Skip to content

Commit

Permalink
docs: fix included line range from example (#3209)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Mar 15, 2024
1 parent 243733a commit 1a23029
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/sqlalchemy/4-final-touches-and-recap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Here is our final application:
.. literalinclude:: /examples/contrib/sqlalchemy/plugins/tutorial/full_app_with_plugin.py
:language: python
:linenos:
:emphasize-lines: 11,79
:emphasize-lines: 11,83

Recap
=====
Expand Down Expand Up @@ -59,7 +59,7 @@ engine and session lifecycle, and register our ``transaction`` dependency.
.. literalinclude:: /examples/contrib/sqlalchemy/plugins/tutorial/full_app_with_plugin.py
:language: python
:linenos:
:lines: 77-81
:lines: 80-84

.. seealso::

Expand Down

0 comments on commit 1a23029

Please sign in to comment.