From 94e07eb68dbadbd5fe149f0992dbb72dcc0c70fe Mon Sep 17 00:00:00 2001 From: JohannaTrost <58555832+JohannaTrost@users.noreply.github.com> Date: Fri, 1 Sep 2023 12:55:40 +0200 Subject: [PATCH] Added missing periods in JSON section. --- doc/source/user_guide/io.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/user_guide/io.rst b/doc/source/user_guide/io.rst index cfacc0280e97f..ecd547c5ff4d6 100644 --- a/doc/source/user_guide/io.rst +++ b/doc/source/user_guide/io.rst @@ -1811,8 +1811,8 @@ Writing JSON A ``Series`` or ``DataFrame`` can be converted to a valid JSON string. Use ``to_json`` with optional parameters: -* ``path_or_buf`` : the pathname or buffer to write the output - 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. * ``orient`` : ``Series``: