Skip to content

Commit 2513a8e

Browse files
Update pandas/io/json/_json.py
Co-Authored-By: Joris Van den Bossche <[email protected]>
1 parent b50a32c commit 2513a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/json/_json.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ def _write(
346346

347347
@deprecate_kwarg(old_arg_name="numpy", new_arg_name=None)
348348
@deprecate_nonkeyword_arguments(
349-
version="1.4", allowed_args=["path_or_buf"], stacklevel=3
349+
version="2.0", allowed_args=["path_or_buf"], stacklevel=3
350350
)
351351
def read_json(
352352
path_or_buf=None,

0 commit comments

Comments
 (0)