Skip to content

Commit aa727c6

Browse files
committed
DOC: Fix line length in BooleanDtype docstring
1 parent fe4ea7e commit aa727c6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pandas/core/arrays/boolean.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@ class BooleanDtype(BaseMaskedDtype):
4343
"""
4444
Extension dtype for boolean data, with support for missing values.
4545
46-
BooleanDtype is used to represent boolean data (True/False) with the ability to handle missing (NA) values through pandas' extension dtype system. This allows for efficient storage, computation, and interoperability with nullable boolean arrays in pandas objects.
46+
BooleanDtype is used to represent boolean data (True/False), with the ability to
47+
handle missing (NA) values through pandas' extension dtype system. This allows
48+
for efficient storage, computation, and interoperability with nullable boolean
49+
arrays in pandas objects.
4750
4851
.. warning::
4952

0 commit comments

Comments
 (0)