Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ad9dac1

Browse files
committed
Change to correct module link in api change doc
PR matplotlib#24474 introduces a (to be deprecated) property called `lines`. Because of that, the documentation in a previous api change doc which just used `.lines` instead of :mod:`matplotlib.lines` couldn't be built properly as it was unable to resolve the names. This changes the old doc to the correct module link.
1 parent d2b175f commit ad9dac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/prev_api_changes/api_changes_2.1.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ The ``shading`` kwarg to `~matplotlib.axes.Axes.pcolor` has been
422422
removed. Set ``edgecolors`` appropriately instead.
423423

424424

425-
Functions removed from the `.lines` module
425+
Functions removed from the :mod:`matplotlib.lines` module
426426
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
427427

428428
The :mod:`matplotlib.lines` module no longer imports the

0 commit comments

Comments
 (0)