From 0811719f89d3abe74e5616a7da0766d378b41fee Mon Sep 17 00:00:00 2001 From: Eric Hanchrow Date: Sat, 6 Dec 2025 15:31:25 -0800 Subject: [PATCH] Fix off-by-one error --- docs/quickstart.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 84c092b..3109689 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -56,7 +56,7 @@ Configuration and Usage :py:class:`~improved_user.model_mixins.AbstractUser`. .. literalinclude:: ../example_extension_project/user_extension/models.py - :lines: 5 + :lines: 6 4. Create a new :code:`User` model. If you omit comments, you may need to add :code:`pass` to the line below the class.