Skip to content

Commit a9a22b0

Browse files
committed
Updated BooleanDType docstring
1 parent bdd8108 commit a9a22b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/arrays/boolean.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ class BooleanDtype(BaseMaskedDtype):
5050
5151
.. warning::
5252
53-
BooleanDtype is considered experimental. The implementation and
54-
parts of the API may change without warning.
53+
BooleanArray is considered experimental. The implementation and
54+
parts of the API may change without warning.
5555
5656
Attributes
5757
----------

0 commit comments

Comments
 (0)