Skip to content

Commit

Permalink
Fix typo in docstring of DataFrame.memory_usage (pandas-dev#25761)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjleimbigler authored and WillAyd committed Mar 19, 2019
1 parent 19ad3f0 commit 1e9e379
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pandas/core/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -2468,8 +2468,8 @@ def memory_usage(self, index=True, deep=False):
----------
index : bool, default True
Specifies whether to include the memory usage of the DataFrame's
index in returned Series. If ``index=True`` the memory usage of the
index the first item in the output.
index in returned Series. If ``index=True``, the memory usage of
the index is the first item in the output.
deep : bool, default False
If True, introspect the data deeply by interrogating
`object` dtypes for system-level memory consumption, and include
Expand Down

0 comments on commit 1e9e379

Please sign in to comment.