Skip to content

Commit

Permalink
Fix typo (change 'n' to 'k' in get_dummies documentation). (pandas-de…
Browse files Browse the repository at this point in the history
  • Loading branch information
c123w authored and TomAugspurger committed Sep 5, 2016
1 parent 900ae6b commit 33f9c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/core/reshape.py
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,7 @@ def get_dummies(data, prefix=None, prefix_sep='_', dummy_na=False,
.. versionadded:: 0.16.1
drop_first : bool, default False
Whether to get k-1 dummies out of n categorical levels by removing the
Whether to get k-1 dummies out of k categorical levels by removing the
first level.
.. versionadded:: 0.18.0
Expand Down

0 comments on commit 33f9c87

Please sign in to comment.