From 8de6193bdf36874838b543235a2cc924ba5682d9 Mon Sep 17 00:00:00 2001 From: Micael Jarniac Date: Tue, 3 Nov 2020 17:47:14 -0300 Subject: [PATCH] docs: fix punctuation Fixed punctuation to match others. --- 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 c90ab9cceea8c..8050ce8b1b636 100644 --- a/pandas/core/generic.py +++ b/pandas/core/generic.py @@ -2196,7 +2196,7 @@ def to_json( * Series: - default is 'index' - - allowed values are: {'split','records','index','table'}. + - allowed values are: {'split', 'records', 'index', 'table'}. * DataFrame: