Skip to content

Commit 4b28fdb

Browse files
authored
Merge pull request #11752 from timhoffm/fix-whats-new-sectioning
DOC: Fix section level of Previous Whats New
2 parents 6edc7a8 + 81df9c3 commit 4b28fdb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/users/whats_new.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ A method `~.figure.Figure.add_artist` has been added to the
219219
to a figure. E.g.
220220

221221
::
222-
223222
circ = plt.Circle((.7, .5), .05)
224223
fig.add_artist(circ)
225224

@@ -230,7 +229,7 @@ easily position static elements in figure coordinates.
230229

231230

232231

233-
232+
==================
234233
Previous Whats New
235234
==================
236235

0 commit comments

Comments
 (0)