Skip to content

Commit 54d805f

Browse files
committed
modified booleandtype docstring
1 parent 6a1b00d commit 54d805f

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
@@ -43,8 +43,8 @@ class BooleanDtype(BaseMaskedDtype):
4343
"""
4444
Extend Boolean data type.
4545
46-
`BooleanDtype` enables use of nullable boolean data in pandas
47-
structures such as`Series`. Internally, it is backed by pandas BooleanArray,
46+
`BooleanDtype` enables use of null boolean data in pandas structures such as
47+
`Series` and `array`. Internally, it is backed by pandas BooleanArray,
4848
which stores data using two numpy boolean arrays: one to store values('True'/'False')
4949
and a mask to indicate missing values (`pd.NA`)
5050

0 commit comments

Comments
 (0)