Skip to content

Commit c71e807

Browse files
committed
split overlong line
1 parent 604b839 commit c71e807

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/core/arrays/categorical.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,8 @@ def from_dummies(
407407
If ``prefix`` is not ``None``, use as the separator
408408
between the prefix and the final name of the category.
409409
fillna : optional bool, default None
410-
How to handle NA values. If ``True`` or ``False``, NA is filled with that value.
410+
How to handle NA values.
411+
If ``True`` or ``False``, NA is filled with that value.
411412
If ``None``, raise a ValueError if there are any NA values.
412413
413414
Raises

0 commit comments

Comments
 (0)