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 be9c21c commit 7634e5eCopy full SHA for 7634e5e
python/pydantic_core/core_schema.py
@@ -1196,7 +1196,7 @@ def is_instance_schema(
1196
serialization: SerSchema | None = None,
1197
) -> IsInstanceSchema:
1198
"""
1199
- Returns a schema that checks if a value is an instance of a class, equivalent to python's `isinstnace` method, e.g.:
+ Returns a schema that checks if a value is an instance of a class, equivalent to python's `isinstance` method, e.g.:
1200
1201
```py
1202
from pydantic_core import SchemaValidator, core_schema
0 commit comments