Fix typo in Field function docstring (#4931)

This commit is contained in:
Daniel Kjellid
2023-01-11 13:46:11 +01:00
committed by GitHub
parent 3c1c3505d6
commit eb960ca711
+1 -1
View File
@@ -298,7 +298,7 @@ def Field(
:param max_items: only applies to lists, requires the field to have a maximum number of
elements. The schema will have a ``maxItems`` validation keyword
:param min_length: only applies to strings, requires the field to have a minimum length. The
schema will have a ``maximum`` validation keyword
schema will have a ``minLength`` validation keyword
:param max_length: only applies to strings, requires the field to have a maximum length. The
schema will have a ``maxLength`` validation keyword
:param frozen: a boolean which defaults to True. When False, the field raises a TypeError if the field is