Skip to content

Commit 0728a04

Browse files
committed
DOC: Fix warning directive and adjust BooleanDtype docstring attributes (fixes #61939)
1 parent 128f2aa commit 0728a04

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+
BooleanDtype is considered experimental. The implementation and
54+
parts of the API may change without warning.
5555
5656
Attributes
5757
----------

0 commit comments

Comments
 (0)