Skip to content

Commit 86b54db

Browse files
qinhanmin2014No-Stream
authored andcommitted
DOC: small typo (pandas-dev#17811)
1 parent 57c14e2 commit 86b54db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/reshape/reshape.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1080,7 +1080,7 @@ def get_dummies(data, prefix=None, prefix_sep='_', dummy_na=False,
10801080
prefix : string, list of strings, or dict of strings, default None
10811081
String to append DataFrame column names
10821082
Pass a list with length equal to the number of columns
1083-
when calling get_dummies on a DataFrame. Alternativly, `prefix`
1083+
when calling get_dummies on a DataFrame. Alternatively, `prefix`
10841084
can be a dictionary mapping column names to prefixes.
10851085
prefix_sep : string, default '_'
10861086
If appending prefix, separator/delimiter to use. Or pass a

0 commit comments

Comments
 (0)