Skip to content

Commit baed943

Browse files
authored
Fix invalid link in docstring (#1070)
1 parent fbae08c commit baed943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pydantic_core/_pydantic_core.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ def from_json(data: str | bytes | bytearray, *, allow_inf_nan: bool = True) -> A
389389
"""
390390
Deserialize JSON data to a Python object.
391391
392-
This is effectively a faster version of [`json.loads()`][json.loads].
392+
This is effectively a faster version of `json.loads()`.
393393
394394
Arguments:
395395
data: The JSON data to deserialize.

0 commit comments

Comments
 (0)