Skip to content

Commit

Permalink
docs: fix included line range from example (#3208)
Browse files Browse the repository at this point in the history
Docs: fix included line range from example
  • Loading branch information
hugovk authored Mar 15, 2024
1 parent ef9dbb7 commit 243733a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/sqlalchemy/2-serialization-plugin.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function, making the implementation even more concise.
Compare handlers before and after Serialization Plugin
======================================================

Once more, lets compare the sets of application handlers before and after our refactoring:
Once more, let's compare the sets of application handlers before and after our refactoring:

.. tab-set::

Expand All @@ -37,7 +37,7 @@ Once more, lets compare the sets of application handlers before and after our re
.. literalinclude:: /examples/contrib/sqlalchemy/plugins/tutorial/full_app_no_plugins.py
:language: python
:linenos:
:lines: 79-100
:lines: 69-100

Very nice! But, we can do better.

Expand Down

0 comments on commit 243733a

Please sign in to comment.