Skip to content

Commit c6d9298

Browse files
authored
Fix typo in docs (tortoise#470)
1 parent d501981 commit c6d9298

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CONTRIBUTORS.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Contributors
3636
* Blake Watters ``blakewatters``
3737
* Alexey Tylindus ``@mirrorrim``
3838
* Rodrigo Oliveira ``@allrod5``
39+
* ``@SnkSynthesis``
3940

4041
Special Thanks
4142
==============

examples/pydantic/tutorial_2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class Meta:
2626
ordering = ["name"]
2727

2828

29-
# Create a lost of models for population from a queryset.
29+
# Create a list of models for population from a queryset.
3030
Tournament_Pydantic_List = pydantic_queryset_creator(Tournament)
3131
# Print JSON-schema
3232
print(Tournament_Pydantic_List.schema_json(indent=4))

0 commit comments

Comments
 (0)