Skip to content

Commit 47a0942

Browse files
authored
Merge pull request github#2028 from RasmusWL/learnql-fix-formatting
Learn QL: Minor formatting fix in python/statements-expressions
2 parents 3f3b0e5 + c47a4e0 commit 47a0942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/language/learn-ql/python/statements-expressions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ An ``if`` statement where one branch is composed of just ``pass`` statements cou
7272
7373
To find statements like this we can run the following query:
7474

75-
**Find ``if`` statements with empty branches**
75+
**Find 'if' statements with empty branches**
7676

7777
.. code-block:: ql
7878

0 commit comments

Comments
 (0)