Skip to content

Commit 11c857f

Browse files
committed
Fix line numbers in code block
1 parent 8093afd commit 11c857f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tutorial/describing-code.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ for easy examination. It is now time to fix the function:
302302

303303
.. code-block:: python
304304
:caption: lumache.py
305-
:emphasize-lines: 3
305+
:emphasize-lines: 2
306306
307307
def get_random_ingredients():
308308
return ["shells", "gorgonzola", "parsley"]

0 commit comments

Comments
 (0)