Skip to content

Commit 161a9af

Browse files
jorisvandenbosscheAnkurDedania
authored andcommitted
DOC: fix build_table_schema docs (pandas-dev#15571)
1 parent ef9a93a commit 161a9af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/io.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2090,7 +2090,7 @@ A few notes on the generated table schema:
20902090
- All dates are converted to UTC when serializing. Even timezone naïve values,
20912091
which are treated as UTC with an offset of 0.
20922092

2093-
.. ipython:: python:
2093+
.. ipython:: python
20942094
20952095
from pandas.io.json import build_table_schema
20962096
s = pd.Series(pd.date_range('2016', periods=4))

0 commit comments

Comments
 (0)