We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e033c06 commit cc8d33eCopy full SHA for cc8d33e
pandas/core/base.py
@@ -114,7 +114,7 @@ def _reset_cache(self, key=None):
114
115
def __sizeof__(self):
116
"""
117
- Generates the total memory usage for a object that returns
+ Generates the total memory usage for an object that returns
118
either a value or Series of values
119
120
if hasattr(self, 'memory_usage'):
0 commit comments