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

Skip to content

Commit c9ac024

Browse files
authored
FIX typos in behaviour.rst
1 parent 386d5de commit c9ac024

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,10 @@ This change improves the margins of axes displaying a `~Axes.streamplot`:
140140

141141
- if the streamplot goes all the way to the edges of the vector field, then the
142142
axis limits are set to match exactly the vector field limits (whereas they
143-
would be sometimes be off by a small floating point error previously).
143+
would sometimes be off by a small floating point error previously).
144144
- if the streamplot does not reach the edges of the vector field (e.g., due to
145145
the use of ``start_points`` and ``maxlength``), then margins expansion will
146-
not cross the the vector field limits anymore.
146+
not cross the vector field limits anymore.
147147

148148
This change is also used internally to ensure that polar plots don't display
149149
negative *r* values unless the user really passes in a negative value.
@@ -188,7 +188,7 @@ To get the old behavior, set :rc:`interpolation` to the old default "nearest"
188188

189189
To always get the anti-aliasing behavior, no matter what the up/down sample
190190
rate, set :rc:`interpolation` to "hanning" (or one of the other filters
191-
available.
191+
available).
192192

193193
Note that the "hanning" filter was chosen because it has only a modest
194194
performance penalty. Anti-aliasing can be improved with other filters.

0 commit comments

Comments
 (0)