Skip to content

Commit 02df7b6

Browse files
chrisaycockjorisvandenbossche
authored andcommitted
DOC: minor typo in 0.19.0 whatsnew file (pandas-dev#14185)
1 parent d8cd33b commit 02df7b6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/source/whatsnew/v0.19.0.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -296,8 +296,7 @@ Categorical Concatenation
296296
b = pd.Categorical(["a", "b"])
297297
union_categoricals([a, b])
298298

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

302301
**Previous behavior**:
303302

0 commit comments

Comments
 (0)