Skip to content

Commit aaf21eb

Browse files
kirisakowmroeschke
andauthored
strip trailing space, as suggested by @mroeschke
Co-authored-by: Matthew Roeschke <[email protected]>
1 parent a9caa79 commit aaf21eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/reshape/encoding.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def get_dummies(
6666
can be a dictionary mapping column names to prefixes.
6767
prefix_sep : str, list of str, or dict of str, default '_'
6868
Should you choose to prepend DataFrame column names with a prefix, this
69-
is the separator/delimiter to use between the two. Alternatively,
69+
is the separator/delimiter to use between the two. Alternatively,
7070
`prefix_sep` can be a list with length equal to the number of columns,
7171
or a dictionary mapping column names to separators.
7272
dummy_na : bool, default False

0 commit comments

Comments
 (0)