Skip to content

Commit dd6ccb5

Browse files
committed
DOC: remove function-level doc of tz_convert(None) and tz_localize(None)
1 parent 720d532 commit dd6ccb5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pandas/core/generic.py

-5
Original file line numberDiff line numberDiff line change
@@ -10133,8 +10133,6 @@ def tz_convert(
1013310133
"""
1013410134
Convert tz-aware axis to target time zone.
1013510135
10136-
To convert to UTC and get a tz-naive axis, pass tz=None.
10137-
1013810136
Parameters
1013910137
----------
1014010138
tz : str or tzinfo object or None
@@ -10204,9 +10202,6 @@ def tz_localize(
1020410202
This operation localizes the Index. To localize the values in a
1020510203
timezone-naive Series, use :meth:`Series.dt.tz_localize`.
1020610204
10207-
This method can also used to do the inverse -- to get a tz-naive index
10208-
from a time zone aware index, pass tz=None.
10209-
1021010205
Parameters
1021110206
----------
1021210207
tz : str or tzinfo or None

0 commit comments

Comments
 (0)