Skip to content

Commit 2d70ba9

Browse files
authored
add missing param tags (#425)
1 parent 97b3453 commit 2d70ba9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

piccolo/utils/pydantic.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,9 @@ def create_pydantic_model(
125125
By default, the values of any Piccolo ``JSON`` or ``JSONB`` columns are
126126
returned as strings. By setting this parameter to True, they will be
127127
returned as objects.
128-
:recursion_depth:
128+
:param recursion_depth:
129129
Not to be set by the user - used internally to track recursion.
130-
:max_recursion_depth:
130+
:param max_recursion_depth:
131131
If using nested models, this specifies the max amount of recursion.
132132
:param schema_extra_kwargs:
133133
This can be used to add additional fields to the schema. This is

0 commit comments

Comments
 (0)