8000
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 4d11f7f commit 7a40f71Copy full SHA for 7a40f71
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