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

Skip to content

Commit 2ba0d1a

Browse files
authored
FIX minor types in deprecations.rst
1 parent c9ac024 commit 2ba0d1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/prev_api_changes/api_changes_3.2.0/deprecations.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ Passing more than one positional argument or unsupported keyword arguments to
2727
`~matplotlib.axes.Axes.axis()` is deprecated (such arguments used to be
2828
silently ignored).
2929

30-
``minor`` argument will be become keyword-only
31-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
30+
``minor`` argument will become keyword-only
31+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3232
Using the parameter ``minor`` to ``get_*ticks()`` / ``set_*ticks()`` as a
3333
positional parameter is deprecated. It will become keyword-only in future
3434
versions.

0 commit comments

Comments
 (0)