Skip to content

Commit 3692c7f

Browse files
authored
Update customizations.rst
This was incorrect. It requires `validator=None` to disable validation.
1 parent 8049b64 commit 3692c7f

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)