Skip to content

Commit be16238

Browse files
committed
changed BooleanDType to BooleanDtype
1 parent a9a22b0 commit be16238

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
@@ -66,7 +66,7 @@ class BooleanDtype(BaseMaskedDtype):
6666
--------
6767
StringDtype : Extension dtype for string data.
6868
BooleanArray: Array of boolean (True/False) data with missing values.
69-
BaseMaskedDType: Base class for dtypes for the BaseMaskedArray subclasses.
69+
BaseMaskedDtype: Base class for dtypes for the BaseMaskedArray subclasses.
7070
7171
Examples
7272
--------
@@ -78,7 +78,7 @@ class BooleanDtype(BaseMaskedDtype):
7878
2 <NA>
7979
dtype: boolean
8080
81-
Constructing a BooleanDType directly:
81+
Constructing a BooleanDtype directly:
8282
8383
>>> pd.BooleanDtype()
8484
BooleanDtype

0 commit comments

Comments
 (0)