Skip to content

Commit 475ccd4

Browse files
committed
doc string example
1 parent ee15e5e commit 475ccd4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/core/arrays/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1454,7 +1454,6 @@ def _reduce_with_wrap(self, name: str, *, skipna: bool = True, kwargs):
14541454
14551455
Examples
14561456
--------
1457-
>>> import pandas as pd
14581457
>>> arr = pd.array([1, 2, pd.NA])
14591458
>>> arr._reduce_with_wrap("sum", kwargs={})
14601459
<IntegerArray>

0 commit comments

Comments
 (0)