Skip to content

Commit ed0ab3b

Browse files
remove klass reference
1 parent e9350a4 commit ed0ab3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/core/generic.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -9828,8 +9828,9 @@ def tz_convert(
98289828
98299829
Returns
98309830
-------
9831-
{klass}
9831+
Series or DataFrame
98329832
Object with time zone converted axis.
9833+
Object will be same type as the input.
98339834
98349835
Raises
98359836
------

0 commit comments

Comments
 (0)