Skip to content

Commit

Permalink
Fix typo in PydanticUseDefault docstring (#1571)
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos authored Dec 6, 2024
1 parent 707b440 commit 4c02cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pydantic_core/_pydantic_core.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ class PydanticUseDefault(Exception):
# > Event(name='meeting', time=datetime.datetime(2024, 1, 1, 12, 0))
```
For an additional example, seethe [validating partial json data](../concepts/json.md#partial-json-parsing) section of the Pydantic documentation.
For an additional example, see the [validating partial json data](../concepts/json.md#partial-json-parsing) section of the Pydantic documentation.
"""

def __new__(cls) -> Self: ...
Expand Down

0 comments on commit 4c02cbd

Please sign in to comment.