Skip to content

Commit 0d676fb

Browse files
committed
Fix typos in release notes
1 parent d5ffb64 commit 0d676fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/whatsnew/v0.12.1.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This is an incremental release that is a recommended upgrade for all users. It a
1616

1717
- |Enhancement| |Defaults| The :class:`objects.Jitter` move now applies a small amount of jitter by default (:pr:`3066`).
1818

19-
- |Enhancement| |Defaults| Axes with a :class:`objects.Nominal` scale now appear like categorical axes in class seaborn, with fixed margins, no grid, and an inverted y axis (:pr:`3069`).
19+
- |Enhancement| |Defaults| Axes with a :class:`objects.Nominal` scale now appear like categorical axes in classic seaborn, with fixed margins, no grid, and an inverted y axis (:pr:`3069`).
2020

2121
- |Enhancement| |API| The :meth:`objects.Continuous.label` method now accepts `base=None` to override the default formatter with a log transform (:pr:`3087`).
2222

@@ -28,7 +28,7 @@ This is an incremental release that is a recommended upgrade for all users. It a
2828

2929
- |Fix| Made :class:`objects.PolyFit` robust to missing data (:pr:`3010`).
3030

31-
- |Fix| Fixed a bug in :class:`objects.Plot` that occurred when the orient coordinate data had zero variance (:pr:`3084`).
31+
- |Fix| Fixed a bug in :class:`objects.Plot` that occurred when data assigned to the orient coordinate had zero variance (:pr:`3084`).
3232

3333
- |Fix| Fixed a regression in :func:`kdeplot` where passing `cmap` for an unfilled bivariate plot would raise an exception (:pr:`3065`).
3434

0 commit comments

Comments
 (0)