Skip to content

Commit f135291

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 80e3d7e commit f135291

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
@@ -2305,7 +2305,7 @@ def transpose(self, *args, **kwargs):
23052305
23062306
Returns
23072307
-------
2308-
:class:`~pandas.DataFrame`
2308+
DataFrame
23092309
The transposed DataFrame.
23102310
23112311
See Also

0 commit comments

Comments
 (0)