Skip to content

Commit 77c6f0e

Browse files
committed
DOC: typo in 10min.rst
1 parent b7ce36a commit 77c6f0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/10min.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ Using the :func:`~Series.isin` method for filtering:
294294
df2 = df.copy()
295295
df2['E']=['one', 'one','two','three','four','three']
296296
df2
297-
df2[df2['E'].isin(['two','four'])
297+
df2[df2['E'].isin(['two','four'])]
298298
299299
Setting
300300
~~~~~~~

0 commit comments

Comments
 (0)