Skip to content

Commit 55350f3

Browse files
Giftlinjorisvandenbossche
authored andcommitted
Spell check (pandas-dev#21130)
(cherry picked from commit cc8d33e)
1 parent c0da732 commit 55350f3

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)