Skip to content

Commit 6fa0e84

Browse files
committed
Fix a typo
1 parent d2e9095 commit 6fa0e84

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
@@ -332,7 +332,7 @@ def _write(
332332
return serialized
333333

334334

335-
@deprecate_nonkeyword_arguments(version="1.1", allowed_args='path_or_buf')
335+
@deprecate_nonkeyword_arguments(version="1.1", allowed_args=['path_or_buf'])
336336
def read_json(
337337
path_or_buf=None,
338338
orient=None,

0 commit comments

Comments
 (0)