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

Skip to content

Commit 3f09ccc

Browse files
committed
DOC: remove trailing commas on enumerated lists
1 parent 4179d5e commit 3f09ccc

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

doc/api/prev_api_changes/api_changes_3.1.0.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -380,12 +380,12 @@ Removed
380380
~~~~~~~
381381
The following deprecated rcParams have been removed:
382382

383-
- ``text.dvipnghack``,
384-
- ``nbagg.transparent`` (use :rc:`figure.facecolor` instead),
385-
- ``plugins.directory``,
386-
- ``axes.hold``,
383+
- ``text.dvipnghack``
384+
- ``nbagg.transparent`` (use :rc:`figure.facecolor` instead)
385+
- ``plugins.directory``
386+
- ``axes.hold``
387387
- ``backend.qt4`` and ``backend.qt5`` (set the :envvar:`QT_API` environment
388-
variable instead).
388+
variable instead)
389389

390390
Deprecated
391391
~~~~~~~~~~

0 commit comments

Comments
 (0)