Skip to content

Commit 83f801b

Browse files
authored
Merge pull request #452 from wickedest/patch-1
2 parents 8049b64 + 3692c7f commit 83f801b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/customizations.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ By default, spec dict is validated on spec creation time. Disabling the validato
1010
1111
from openapi_core import Spec
1212
13-
spec = Spec.create(spec_dict, validator=False)
13+
spec = Spec.create(spec_dict, validator=None)
1414
1515
Deserializers
1616
-------------

0 commit comments

Comments
 (0)