Skip to content

Commit ddf2541

Browse files
authored
DOC: Add none as a default argument for orient (#48281)
1 parent 4b645ae commit ddf2541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/json/_json.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ def read_json(
501501
By file-like object, we refer to objects with a ``read()`` method,
502502
such as a file handle (e.g. via builtin ``open`` function)
503503
or ``StringIO``.
504-
orient : str
504+
orient : str, optional
505505
Indication of expected JSON string format.
506506
Compatible JSON strings can be produced by ``to_json()`` with a
507507
corresponding orient value.

0 commit comments

Comments
 (0)