Skip to content

Commit 622c17f

Browse files
committed
DOC: fix spelling of rcparam in API changes
1 parent bb9cf78 commit 622c17f

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/behavior.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,11 +218,11 @@ resampling the data in A for display (or saving to file) *if* the upsample
218218
rate is less than a factor of three, and not an integer; downsampled data is
219219
always smoothed at resampling.
220220

221-
To get the old behavior, set :rc:`interpolation` to the old default "nearest"
221+
To get the old behavior, set :rc:`image.interpolation` to the old default "nearest"
222222
(or specify the ``interpolation`` kwarg of `.Axes.imshow`)
223223

224224
To always get the anti-aliasing behavior, no matter what the up/down sample
225-
rate, set :rc:`interpolation` to "hanning" (or one of the other filters
225+
rate, set :rc:`image.interpolation` to "hanning" (or one of the other filters
226226
available).
227227

228228
Note that the "hanning" filter was chosen because it has only a modest

0 commit comments

Comments
 (0)