We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eefb1d6 commit 3354629Copy full SHA for 3354629
openapi_core/validation/request/exceptions.py
@@ -16,7 +16,7 @@ class ParametersError(Exception):
16
def context(self) -> Iterable[Exception]:
17
warnings.warn(
18
"context property of ParametersError is deprecated. "
19
- "Use erros instead.",
+ "Use errors instead.",
20
DeprecationWarning,
21
)
22
return self.errors
0 commit comments