From 20db6bfcca50654b4c2d6b40647477aa7c9b8867 Mon Sep 17 00:00:00 2001 From: majiang Date: Thu, 7 Sep 2017 19:57:32 +0900 Subject: [PATCH] DOC: to_json --- pandas/core/generic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/core/generic.py b/pandas/core/generic.py index df5f1a8326acd..8d16b079ba2c8 100644 --- a/pandas/core/generic.py +++ b/pandas/core/generic.py @@ -1265,7 +1265,7 @@ def to_json(self, path_or_buf=None, orient=None, date_format=None, Parameters ---------- path_or_buf : the path or buffer to write the result string - if this is None, return a StringIO of the converted string + if this is None, return the converted string orient : string * Series