We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d501981 commit c6d9298Copy full SHA for c6d9298
2 files changed
CONTRIBUTORS.rst
@@ -36,6 +36,7 @@ Contributors
36
* Blake Watters ``blakewatters``
37
* Alexey Tylindus ``@mirrorrim``
38
* Rodrigo Oliveira ``@allrod5``
39
+* ``@SnkSynthesis``
40
41
Special Thanks
42
==============
examples/pydantic/tutorial_2.py
@@ -26,7 +26,7 @@ class Meta:
26
ordering = ["name"]
27
28
29
-# Create a lost of models for population from a queryset.
+# Create a list of models for population from a queryset.
30
Tournament_Pydantic_List = pydantic_queryset_creator(Tournament)
31
# Print JSON-schema
32
print(Tournament_Pydantic_List.schema_json(indent=4))
0 commit comments