Skip to content

Commit

Permalink
Fix line numbers in code block
Browse files Browse the repository at this point in the history
  • Loading branch information
astrojuanlu committed Aug 12, 2021
1 parent 8093afd commit 11c857f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tutorial/describing-code.rst
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ for easy examination. It is now time to fix the function:

.. code-block:: python
:caption: lumache.py
:emphasize-lines: 3
:emphasize-lines: 2
def get_random_ingredients():
return ["shells", "gorgonzola", "parsley"]
Expand Down

0 comments on commit 11c857f

Please sign in to comment.