Skip to content

Commit 4c51060

Browse files
Update pandas/core/arrays/boolean.py
Co-authored-by: Richard Shadrach <45562402+rhshadrach@users.noreply.github.com>
1 parent f9c22fa commit 4c51060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/arrays/boolean.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class BooleanDtype(BaseMaskedDtype):
6565
6666
See Also
6767
--------
68-
BooleanArray : Array of boolean (True/False) data with missing values.
68+
arrays.BooleanArray : Array of boolean (True/False) data with missing values.
6969
Int64Dtype : Extension dtype for int64 integer data.
7070
StringDtype : Extension dtype for string data.
7171

0 commit comments

Comments
 (0)