From d2c72f403926eb58a53310292c81d71265da426d Mon Sep 17 00:00:00 2001 From: Kyle Sunden Date: Thu, 27 Apr 2023 12:30:28 -0500 Subject: [PATCH] Fix release note reference to pyplot.axis xref #25774 --- doc/api/next_api_changes/deprecations/25774-AL.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/next_api_changes/deprecations/25774-AL.rst b/doc/api/next_api_changes/deprecations/25774-AL.rst index 0b47d4ebffe7..0e018429e642 100644 --- a/doc/api/next_api_changes/deprecations/25774-AL.rst +++ b/doc/api/next_api_changes/deprecations/25774-AL.rst @@ -1,4 +1,4 @@ Callable axisartist Axes ~~~~~~~~~~~~~~~~~~~~~~~~ -Calling an axisartist Axes to mean `~pyplot.axis` is deprecated; explicitly +Calling an axisartist Axes to mean `~matplotlib.pyplot.axis` is deprecated; explicitly call the method instead.