Skip to content

Commit bd9d5dc

Browse files
Giftlindavid-liu-brattle-1
authored andcommitted
Spell check (pandas-dev#21130)
1 parent 14887b2 commit bd9d5dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def _reset_cache(self, key=None):
114114

115115
def __sizeof__(self):
116116
"""
117-
Generates the total memory usage for a object that returns
117+
Generates the total memory usage for an object that returns
118118
either a value or Series of values
119119
"""
120120
if hasattr(self, 'memory_usage'):

0 commit comments

Comments
 (0)