We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc2888d commit ace97f9Copy full SHA for ace97f9
doc/source/user_guide/io.rst
@@ -1811,8 +1811,8 @@ Writing JSON
1811
A ``Series`` or ``DataFrame`` can be converted to a valid JSON string. Use ``to_json``
1812
with optional parameters:
1813
1814
-* ``path_or_buf`` : the pathname or buffer to write the output
1815
- This can be ``None`` in which case a JSON string is returned
+* ``path_or_buf`` : the pathname or buffer to write the output.
+ This can be ``None`` in which case a JSON string is returned.
1816
* ``orient`` :
1817
1818
``Series``:
0 commit comments