Learn QL: Minor formatting fix in python/statements-expressions

This commit is contained in:
Rasmus Wriedt Larsen
2019-09-26 11:16:24 +02:00
parent 3f3b0e5149
commit c47a4e0c44

View File

@@ -72,7 +72,7 @@ An ``if`` statement where one branch is composed of just ``pass`` statements cou
To find statements like this we can run the following query:
**Find ``if`` statements with empty branches**
**Find 'if' statements with empty branches**
.. code-block:: ql