Skip to content

Commit

Permalink
DOC: minor typo in 0.19.0 whatsnew file (pandas-dev#14185)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisaycock authored and jorisvandenbossche committed Sep 8, 2016
1 parent d8cd33b commit 02df7b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/source/whatsnew/v0.19.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -296,8 +296,7 @@ Categorical Concatenation
b = pd.Categorical(["a", "b"])
union_categoricals([a, b])

- ``concat`` and ``append`` now can concat ``category`` dtypes wifht different
``categories`` as ``object`` dtype (:issue:`13524`)
- ``concat`` and ``append`` now can concat ``category`` dtypes with different ``categories`` as ``object`` dtype (:issue:`13524`)

**Previous behavior**:

Expand Down

0 comments on commit 02df7b6

Please sign in to comment.