Skip to content

Commit da1ec73

Browse files
committed
DOC: Update BooleanDtype documentation to clarify experimental status
1 parent 42202f6 commit da1ec73

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

pandas/core/arrays/boolean.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,8 @@ class BooleanDtype(BaseMaskedDtype):
5252
5353
.. warning::
5454
55-
BooleanDtype is considered experimental. The implementation and
56-
parts of the API may change without warning.
57-
58-
Parameters
59-
----------
60-
None
55+
BooleanDtype is considered experimental. The implementation and
56+
parts of the API may change without warning.
6157
6258
Attributes
6359
----------

0 commit comments

Comments
 (0)