Skip to content

Commit 7cb58d0

Browse files
authored
Minor docs fixes (#1901)
1 parent 466ddfa commit 7cb58d0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ Model definitions:
6262
Operations on models, queries and complex aggregations:
6363

6464
.. code-block:: python3
65+
6566
# Creating a record
6667
await Tournament.create(name='Another Tournament')
6768

docs/query.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ PostgreSQL and SQLite also support ``iposix_regex``, which makes case insensive
277277

278278

279279
.. code-block:: python3
280+
280281
class DemoModel:
281282
demo_text = fields.TextField()
282283

0 commit comments

Comments
 (0)