diff --git a/pandas/io/json/_json.py b/pandas/io/json/_json.py index 02a0b27f82ef8..7614413692b03 100644 --- a/pandas/io/json/_json.py +++ b/pandas/io/json/_json.py @@ -501,7 +501,7 @@ def read_json( By file-like object, we refer to objects with a ``read()`` method, such as a file handle (e.g. via builtin ``open`` function) or ``StringIO``. - orient : str + orient : str, optional Indication of expected JSON string format. Compatible JSON strings can be produced by ``to_json()`` with a corresponding orient value.