Skip to content

Commit 1bd5d9d

Browse files
committed
removing blank line
1 parent c69bc1e commit 1bd5d9d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

doc/source/user_guide/indexing.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1874,7 +1874,6 @@ This is the correct access method:
18741874
'three', 'two', 'one', 'six'],
18751875
'c': np.arange(7)})
18761876
dfd = dfc.copy()
1877-
18781877
# Setting multiple items using a mask (recommended)
18791878
mask = dfd['a'].str.startswith('o')
18801879
dfd.loc[mask, 'c'] = 42

0 commit comments

Comments
 (0)