Skip to content

Commit

Permalink
Fix invalid link in docstring (#1070)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin authored Nov 9, 2023
1 parent fbae08c commit baed943
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 @@ -389,7 +389,7 @@ def from_json(data: str | bytes | bytearray, *, allow_inf_nan: bool = True) -> A
"""
Deserialize JSON data to a Python object.
This is effectively a faster version of [`json.loads()`][json.loads].
This is effectively a faster version of `json.loads()`.
Arguments:
data: The JSON data to deserialize.
Expand Down

0 comments on commit baed943

Please sign in to comment.