Skip to content

Commit 0b1c15f

Browse files
committed
docstring formatting
1 parent e713596 commit 0b1c15f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/core/arrays/boolean.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ class BooleanDtype(BaseMaskedDtype):
8383
<BooleanArray>
8484
[True, False, <NA>]
8585
Length: 3, dtype: boolean
86-
8786
"""
8887

8988
name: ClassVar[str] = "boolean"

0 commit comments

Comments
 (0)