We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e343267 commit f9c22faCopy full SHA for f9c22fa
pandas/core/arrays/boolean.py
@@ -46,7 +46,7 @@ class BooleanDtype(BaseMaskedDtype):
46
Extension dtype for boolean data.
47
48
This is a pandas Extension dtype for boolean data with support for
49
- missing values. BooleanDtype is the dtype companion to :class:`BooleanArray`,
+ missing values. BooleanDtype is the dtype companion to :class:`.BooleanArray`,
50
which implements Kleene logic (sometimes called three-value logic) for
51
logical operations. See :ref:`boolean.kleene` for more.
52
0 commit comments