Skip to content

Commit 14d3fd2

Browse files
committed
fixes
1 parent a82183c commit 14d3fd2

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
@@ -92,7 +92,7 @@ As an example of this, given:
9292
.. ipython:: python
9393
9494
dtype = pd.CategoricalDtype(['bad', 'neutral', 'good'], ordered=True)
95-
original = pd.Categorical(['good','good', 'bad', 'bad'], dtype=dtype)
95+
original = pd.Categorical(['good', 'good', 'bad', 'bad'], dtype=dtype)
9696
unique = original.unique()
9797
9898
*pandas < 1.2.0*:

0 commit comments

Comments
 (0)