Skip to content

Commit f9c22fa

Browse files
Update pandas/core/arrays/boolean.py
Co-authored-by: Richard Shadrach <45562402+rhshadrach@users.noreply.github.com>
1 parent e343267 commit f9c22fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/arrays/boolean.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class BooleanDtype(BaseMaskedDtype):
4646
Extension dtype for boolean data.
4747
4848
This is a pandas Extension dtype for boolean data with support for
49-
missing values. BooleanDtype is the dtype companion to :class:`BooleanArray`,
49+
missing values. BooleanDtype is the dtype companion to :class:`.BooleanArray`,
5050
which implements Kleene logic (sometimes called three-value logic) for
5151
logical operations. See :ref:`boolean.kleene` for more.
5252

0 commit comments

Comments
 (0)