Skip to content

Commit e392ee5

Browse files
authored
Revert "Fix typo in docstring of DataFrame.memory_usage (#25761)"
This reverts commit aaec051.
1 parent aaec051 commit e392ee5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/frame.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2522,8 +2522,8 @@ def memory_usage(self, index=True, deep=False):
25222522
----------
25232523
index : bool, default True
25242524
Specifies whether to include the memory usage of the DataFrame's
2525-
index in returned Series. If ``index=True``, the memory usage of
2526-
the index is the first item in the output.
2525+
index in returned Series. If ``index=True`` the memory usage of the
2526+
index the first item in the output.
25272527
deep : bool, default False
25282528
If True, introspect the data deeply by interrogating
25292529
`object` dtypes for system-level memory consumption, and include

0 commit comments

Comments
 (0)