Skip to content

Commit

Permalink
DOC: small typo (#17811)
Browse files Browse the repository at this point in the history
  • Loading branch information
qinhanmin2014 authored and TomAugspurger committed Oct 7, 2017
1 parent e63c935 commit 7db7f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/core/reshape/reshape.py
Original file line number Diff line number Diff line change
Expand Up @@ -1080,7 +1080,7 @@ def get_dummies(data, prefix=None, prefix_sep='_', dummy_na=False,
prefix : string, list of strings, or dict of strings, default None
String to append DataFrame column names
Pass a list with length equal to the number of columns
when calling get_dummies on a DataFrame. Alternativly, `prefix`
when calling get_dummies on a DataFrame. Alternatively, `prefix`
can be a dictionary mapping column names to prefixes.
prefix_sep : string, default '_'
If appending prefix, separator/delimiter to use. Or pass a
Expand Down

0 comments on commit 7db7f82

Please sign in to comment.