Skip to content

Commit 0b77680

Browse files
DOC: fix build_table_schema docs (#15571)
1 parent ed2a2e4 commit 0b77680

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)