Skip to content

Commit e4b380a

Browse files
villasvjorisvandenbossche
authored andcommitted
Doc change for Issue pandas-dev#8805
1 parent 3685a03 commit e4b380a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/frame.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3279,7 +3279,7 @@ def update(self, other, join='left', overwrite=True, filter_func=None,
32793279
Parameters
32803280
----------
32813281
other : DataFrame, or object coercible into a DataFrame
3282-
join : {'left', 'right', 'outer', 'inner'}, default 'left'
3282+
join : {'left'}, default 'left'
32833283
overwrite : boolean, default True
32843284
If True then overwrite values for common keys in the calling frame
32853285
filter_func : callable(1d-array) -> 1d-array<boolean>, default None

0 commit comments

Comments
 (0)