Skip to content

Commit 3ba34f5

Browse files
committed
Update docstring
1 parent d5aec66 commit 3ba34f5

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

pandas/core/arraylike.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -142,14 +142,6 @@ def __add__(self, other):
142142
elk 2.0 501.5
143143
moose 3.1 801.5
144144
145-
Keys of a dictionary are aligned to the DataFrame, based on column names;
146-
each value in the dictionary is added to the corresponding column.
147-
148-
>>> df[["height", "weight"]] + {"height": 0.5, "weight": 1.5}
149-
height weight
150-
elk 2.0 501.5
151-
moose 3.1 801.5
152-
153145
When `other` is a :class:`Series`, the index of `other` is aligned with the
154146
columns of the DataFrame.
155147

0 commit comments

Comments
 (0)