Skip to content

Commit ed15adf

Browse files
committed
fix newline
1 parent f527348 commit ed15adf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/core/accessor.py

-2
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,6 @@ def __init__(self, pandas_obj):
313313
def sum(self):
314314
return self._obj.sum()
315315
316-
317316
Back in an interactive IPython session:
318317
319318
.. code-block:: ipython
@@ -359,7 +358,6 @@ def __init__(self, pandas_obj):
359358
def sum(self):
360359
return self._obj.sum()
361360
362-
363361
Back in an interactive IPython session:
364362
365363
.. code-block:: ipython

0 commit comments

Comments
 (0)