Skip to content

Commit 3dd59ca

Browse files
committed
typo
1 parent d1f08d9 commit 3dd59ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user_guide/boolean.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ will raise a ``ValueError``.
2727
:okexcept:
2828
2929
s = pd.Series([1, 2, 3])
30-
mask = pd.array([True, False, pd.NA], dtyep="boolean")
30+
mask = pd.array([True, False, pd.NA], dtype="boolean")
3131
s[mask]
3232
3333
The missing values will need to be explicitly filled with True or False prior

0 commit comments

Comments
 (0)