Skip to content

Commit 9e29a11

Browse files
committed
fixes
1 parent a9859b6 commit 9e29a11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v1.3.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ As an example of this, given:
242242
.. ipython:: python
243243
244244
dtype = pd.CategoricalDtype(['bad', 'neutral', 'good'], ordered=True)
245-
original = pd.Categorical(['good','good', 'bad', 'bad'], dtype=dtype)
245+
original = pd.Categorical(['good', 'good', 'bad', 'bad'], dtype=dtype)
246246
unique = original.unique()
247247
248248
*pandas < 1.2.0*:

0 commit comments

Comments
 (0)