📝 Fix small typos in the documentation (#1641)

* fix typo

* fix typo

* add missing word

* remove duplication

* add :

* Update docs/tutorial/limit-and-offset.md

---------

Co-authored-by: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com>
This commit is contained in:
Sofie Van Landeghem
2026-02-23 16:46:11 +01:00
committed by GitHub
parent d9849dc745
commit 88b6ec3624
5 changed files with 5 additions and 5 deletions

View File

@@ -321,7 +321,7 @@ But you will learn about migrations later in the Advanced User Guide.
Let's run the program to see it all working.
Put the code it in a file `app.py` if you haven't already.
Put the code in a file `app.py` if you haven't already.
{* ./docs_src/tutorial/create_db_and_table/tutorial001_py310.py *}