Fix typo in docstring of DataFrame.memory_usage#25761
Fix typo in docstring of DataFrame.memory_usage#25761WillAyd merged 2 commits intopandas-dev:0.24.xfrom pjleimbigler:patch-1
Conversation
|
Hello @pjleimbigler! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
Comment last updated at 2019-03-18 03:55:50 UTC |
|
Can you address the PEP8 violation? |
Rewrap line 2525 of frame.py (the docstring of `DataFrame.memory_usage`) to conform with PEP8 line length.
Codecov Report
@@ Coverage Diff @@
## 0.24.x #25761 +/- ##
===========================================
- Coverage 92.39% 42.91% -49.49%
===========================================
Files 166 166
Lines 52430 52430
===========================================
- Hits 48443 22499 -25944
- Misses 3987 29931 +25944
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## 0.24.x #25761 +/- ##
==========================================
- Coverage 92.39% 92.39% -0.01%
==========================================
Files 166 166
Lines 52430 52430
==========================================
- Hits 48443 48442 -1
- Misses 3987 3988 +1
Continue to review full report at Codecov.
|
|
Apologies; rewrapped the offending line in a new commit (c4e48f0). |
|
Thanks! |
No description provided.