Skip to content

Commit 71465d8

Browse files
igorcadelimacemsbr
andcommitted
Fix return type
Co-authored-by: Carlos Eduardo Moreira dos Santos <[email protected]> Signed-off-by: Igor C. A. de Lima <[email protected]> Signed-off-by: Carlos Eduardo Moreira dos Santos <[email protected]>
1 parent 69ed654 commit 71465d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/frame.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1994,7 +1994,7 @@ def transpose(self, *args, **kwargs):
19941994
19951995
Returns
19961996
-------
1997-
:class:`~pandas.DataFrame`
1997+
DataFrame
19981998
The transposed DataFrame.
19991999
20002000
See Also

0 commit comments

Comments
 (0)