Skip to content

Commit ace97f9

Browse files
authored
DOC: add missing periods in JSON section (#54924)
Added missing periods in JSON section.
1 parent bc2888d commit ace97f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/user_guide/io.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1811,8 +1811,8 @@ Writing JSON
18111811
A ``Series`` or ``DataFrame`` can be converted to a valid JSON string. Use ``to_json``
18121812
with optional parameters:
18131813

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
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.
18161816
* ``orient`` :
18171817

18181818
``Series``:

0 commit comments

Comments
 (0)