Skip to content

Commit 2152fe7

Browse files
committed
fixes
1 parent 1bf3728 commit 2152fe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v1.3.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ As an example of this, given:
217217
.. ipython:: python
218218
219219
dtype = pd.CategoricalDtype(['bad', 'neutral', 'good'], ordered=True)
220-
original = pd.Categorical(['good','good', 'bad', 'bad'], dtype=dtype)
220+
original = pd.Categorical(['good', 'good', 'bad', 'bad'], dtype=dtype)
221221
unique = original.unique()
222222
223223
*pandas < 1.2.0*:

0 commit comments

Comments
 (0)