Skip to content

Commit fcbe2e2

Browse files
Update pandas/io/json/_json.py
Co-Authored-By: Joris Van den Bossche <jorisvandenbossche@gmail.com>
1 parent 3fa7595 commit fcbe2e2

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)