From 64d2ad5af7ea0bfc38b6a0b59d05f372b2d41daf Mon Sep 17 00:00:00 2001 From: "Christopher C. Aycock" Date: Thu, 8 Sep 2016 10:35:03 -0400 Subject: [PATCH] DOC: minor typo in 0.19.0 whatsnew file --- doc/source/whatsnew/v0.19.0.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/source/whatsnew/v0.19.0.txt b/doc/source/whatsnew/v0.19.0.txt index 3f3ebcb6e5830..7e8e1b15654a0 100644 --- a/doc/source/whatsnew/v0.19.0.txt +++ b/doc/source/whatsnew/v0.19.0.txt @@ -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**: