Skip to content

Commit 489a461

Browse files
committed
Fix several minor typos
1 parent 9340190 commit 489a461

19 files changed

+57
-55
lines changed

doc/api/prev_api_changes/api_changes_0.90.1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Changes for 0.90.1
3232
named units.ConversionInterface.convert.
3333
3434
Axes.errorbar uses Axes.vlines and Axes.hlines to draw its error
35-
limits int he vertical and horizontal direction. As you'll see
35+
limits in the vertical and horizontal direction. As you'll see
3636
in the changes below, these functions now return a LineCollection
3737
rather than a list of lines. The new return signature for
3838
errorbar is ylins, caplines, errorcollections where

doc/api/prev_api_changes/api_changes_1.5.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ algorithm that was not necessarily applicable to custom Axes. Three new private
189189
methods, ``matplotlib.axes._base._AxesBase._get_view``,
190190
``matplotlib.axes._base._AxesBase._set_view``, and
191191
``matplotlib.axes._base._AxesBase._set_view_from_bbox``, allow for custom
192-
*Axes* classes to override the pan and zoom algorithms. Implementors of
192+
*Axes* classes to override the pan and zoom algorithms. Implementers of
193193
custom *Axes* who override these methods may provide suitable behaviour for
194194
both pan and zoom as well as the view navigation buttons on the interactive
195195
toolbars.

doc/users/prev_whats_new/github_stats_3.0.0.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ Pull Requests (598):
595595
* :ghpull:`11757`: PGF backend output text color even if black
596596
* :ghpull:`11751`: Remove the unused 'verbose' option from setupext.
597597
* :ghpull:`9084`: Require calling a _BoundMethodProxy to get the underlying callable.
598-
* :ghpull:`11752`: Fix section level of Previous Whats New
598+
* :ghpull:`11752`: Fix section level of Previous What's New
599599
* :ghpull:`10513`: Replace most uses of getfilesystemencoding by os.fs{en,de}code.
600600
* :ghpull:`11739`: fix tight_layout bug #11737
601601
* :ghpull:`11744`: minor doc update on axes_grid1's inset_axes
@@ -899,7 +899,7 @@ Pull Requests (598):
899899
* :ghpull:`11075`: Drop alpha channel when saving comparison failure diff image.
900900
* :ghpull:`9022`: Help tool
901901
* :ghpull:`11045`: Help tool.
902-
* :ghpull:`11076`: Don't create texput.{aux,log} in rootdir everytime tests are run.
902+
* :ghpull:`11076`: Don't create texput.{aux,log} in rootdir every time tests are run
903903
* :ghpull:`11073`: py3fication of some tests.
904904
* :ghpull:`11074`: bytes % args is back since py3.5
905905
* :ghpull:`11066`: Use chained comparisons where reasonable.
@@ -1138,7 +1138,7 @@ Issues (123):
11381138
* :ghissue:`11373`: Passing an incorrectly sized colour list to scatter should raise a relevant error
11391139
* :ghissue:`11756`: pgf backend doesn't set color of text when the color is black
11401140
* :ghissue:`11766`: test_axes.py::test_csd_freqs failing with numpy 1.15.0 on macOS
1141-
* :ghissue:`11750`: previous whats new is overindented on "what's new in mpl3.0 page"
1141+
* :ghissue:`11750`: previous what's new is overindented on "what's new in mpl3.0 page"
11421142
* :ghissue:`11728`: Qt5 Segfaults on window resize
11431143
* :ghissue:`11709`: Repaint region is wrong on Retina display with Qt5
11441144
* :ghissue:`11578`: wx segfaulting on OSX travis tests

doc/users/prev_whats_new/github_stats_3.0.2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Pull Requests (224):
8383
* :ghpull:`12670`: FIX: add setter for hold to un-break basemap
8484
* :ghpull:`12693`: Workaround Text3D breaking tight_layout()
8585
* :ghpull:`12727`: Reorder API docs: separate file per module
86-
* :ghpull:`12738`: Add unobtrusive depreaction note to the first line of the docstring.
86+
* :ghpull:`12738`: Add unobtrusive deprecation note to the first line of the docstring
8787
* :ghpull:`12740`: DOC: constrained layout guide (fix: Spacing with colorbars)
8888
* :ghpull:`11663`: Refactor color parsing of Axes.scatter
8989
* :ghpull:`12736`: Move deprecation note to end of docstring

doc/users/prev_whats_new/github_stats_3.1.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,7 @@ Pull Requests (918):
871871
* :ghpull:`12749`: Move toolmanager warning from logging to warning.
872872
* :ghpull:`12598`: Support Cn colors with n>=10.
873873
* :ghpull:`12727`: Reorder API docs: separate file per module
874-
* :ghpull:`12738`: Add unobtrusive depreaction note to the first line of the docstring.
874+
* :ghpull:`12738`: Add unobtrusive deprecation note to the first line of the docstring
875875
* :ghpull:`11663`: Refactor color parsing of Axes.scatter
876876
* :ghpull:`12736`: Move deprecation note to end of docstring
877877
* :ghpull:`12704`: Rename tkinter import from Tk to tk.

doc/users/prev_whats_new/github_stats_3.1.2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Issues (28):
172172
* :ghissue:`15162`: axes.bar fails when x is int-indexed pandas.Series
173173
* :ghissue:`15103`: Colorbar for imshow messes interactive cursor with masked data
174174
* :ghissue:`8744`: ConnectionPatch hidden by plots
175-
* :ghissue:`14950`: plt.ioff() not supressing figure generation
175+
* :ghissue:`14950`: plt.ioff() not suppressing figure generation
176176
* :ghissue:`14959`: Typo in Docs
177177
* :ghissue:`14902`: from matplotlib import animation UnicodeDecodeError
178178
* :ghissue:`14897`: New yticks behavior in 3.1.1 vs 3.1.0

doc/users/prev_whats_new/github_stats_3.1.3.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ Pull Requests (45):
7171
* :ghpull:`15757`: Backport PR #15751 on branch v3.1.x (Modernize FAQ entry for plt.show().)
7272
* :ghpull:`15735`: Cleanup some mplot3d docstrings.
7373
* :ghpull:`15753`: Backport PR #15661 on branch v3.1.x (Document scope of 3D scatter depthshading.)
74-
* :ghpull:`15741`: Backport PR #15729 on branch v3.1.x (Catch correct parse errror type for dateutil >= 2.8.1)
75-
* :ghpull:`15729`: Catch correct parse errror type for dateutil >= 2.8.1
74+
* :ghpull:`15741`: Backport PR #15729 on branch v3.1.x (Catch correct parse error type for dateutil >= 2.8.1)
75+
* :ghpull:`15729`: Catch correct parse error type for dateutil >= 2.8.1
7676
* :ghpull:`15737`: Fix env override in WebAgg backend test.
7777
* :ghpull:`15244`: Change documentation format of rcParams defaults
7878

doc/users/prev_whats_new/github_stats_3.2.0.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -264,12 +264,12 @@ Pull Requests (839):
264264
* :ghpull:`16112`: CI: Fail when failed to install dependencies
265265
* :ghpull:`16119`: Backport PR #16065 on branch v3.2.x (Nicer formatting of community aspects on front page)
266266
* :ghpull:`16074`: Backport PR #16061 on branch v3.2.x (Fix deprecation message for axes_grid1.colorbar.)
267-
* :ghpull:`16093`: Backport PR #16079 on branch v3.2.x (Fix restuctured text formatting)
267+
* :ghpull:`16093`: Backport PR #16079 on branch v3.2.x (Fix restructured text formatting)
268268
* :ghpull:`16094`: Backport PR #16080 on branch v3.2.x (Cleanup docstrings in backend_bases.py)
269269
* :ghpull:`16086`: FIX: use supported attribute to check pillow version
270270
* :ghpull:`16084`: Backport PR #16077 on branch v3.2.x (Fix some typos)
271271
* :ghpull:`16077`: Fix some typos
272-
* :ghpull:`16079`: Fix restuctured text formatting
272+
* :ghpull:`16079`: Fix restructured text formatting
273273
* :ghpull:`16080`: Cleanup docstrings in backend_bases.py
274274
* :ghpull:`16061`: Fix deprecation message for axes_grid1.colorbar.
275275
* :ghpull:`16006`: Ignore pos in StrCategoryFormatter.__call__ to display correct label in the preview window
@@ -811,7 +811,7 @@ Pull Requests (839):
811811
* :ghpull:`14310`: Update to Bounding Box for Qt5 FigureCanvasATAgg.paintEvent()
812812
* :ghpull:`14380`: Inline $MPLLOCALFREETYPE/$PYTEST_ADDOPTS/$NPROC in .travis.yml.
813813
* :ghpull:`14413`: MAINT: small improvements to the pdf backend
814-
* :ghpull:`14452`: MAINT: Minor cleanup to make functions more self consisntent
814+
* :ghpull:`14452`: MAINT: Minor cleanup to make functions more self consistent
815815
* :ghpull:`14441`: Misc. docstring cleanups.
816816
* :ghpull:`14440`: Interpolations example
817817
* :ghpull:`14402`: Prefer ``mpl.get_data_path()``, and support Paths in FontProperties.
@@ -827,7 +827,7 @@ Pull Requests (839):
827827
* :ghpull:`14311`: travis: add c code coverage measurements
828828
* :ghpull:`14393`: Remove remaining unicode-strings markers.
829829
* :ghpull:`14391`: Remove explicit inheritance from object
830-
* :ghpull:`14343`: acquiring and releaseing keypresslock when textbox is being activated
830+
* :ghpull:`14343`: acquiring and releasing keypresslock when textbox is being activated
831831
* :ghpull:`14353`: Register flaky pytest marker.
832832
* :ghpull:`14373`: Properly hide __has_include to support C++<17 compilers.
833833
* :ghpull:`14378`: Remove setup_method

doc/users/prev_whats_new/github_stats_3.3.0.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ Pull Requests (1066):
254254
* :ghpull:`17617`: Rewrite pdf test to use check_figures_equal.
255255
* :ghpull:`17654`: Small fixes to recent What's New
256256
* :ghpull:`17649`: MNT: make _setattr_cm more forgiving
257-
* :ghpull:`17644`: Doc 33 whats new consolidation
257+
* :ghpull:`17644`: Doc 33 what's new consolidation
258258
* :ghpull:`17647`: Fix example in docstring of cbook._unfold.
259259
* :ghpull:`10187`: DOC: add a blitting tutorial
260260
* :ghpull:`17471`: Removed idiomatic constructs from interactive figures docs
@@ -306,7 +306,7 @@ Pull Requests (1066):
306306
* :ghpull:`17540`: Fix help window on GTK.
307307
* :ghpull:`17535`: Update docs on subplot2grid / SubplotBase
308308
* :ghpull:`17510`: Fix exception handling in FT2Font init.
309-
* :ghpull:`16953`: Changed 'colors' paramater in PyPlot vlines/hlines and Axes vlines/hlines to default to configured rcParams 'lines.color' option
309+
* :ghpull:`16953`: Changed 'colors' parameter in PyPlot vlines/hlines and Axes vlines/hlines to default to configured rcParams 'lines.color' option
310310
* :ghpull:`17459`: Use light icons on dark themes for wx and gtk, too.
311311
* :ghpull:`17539`: Use symbolic icons for buttons in GTK toolbar.
312312
* :ghpull:`15435`: Reuse png metadata handling of imsave() in FigureCanvasAgg.print_png().
@@ -469,7 +469,7 @@ Pull Requests (1066):
469469
* :ghpull:`15008`: ENH: add variable epoch
470470
* :ghpull:`17260`: Text Rotation Example: Correct roation_mode typo
471471
* :ghpull:`17258`: Improve info logged by tex subsystem.
472-
* :ghpull:`17211`: Deprecate support for running svg converter from path contaning newline.
472+
* :ghpull:`17211`: Deprecate support for running svg converter from path containing newline.
473473
* :ghpull:`17078`: Improve nbAgg & WebAgg toolbars
474474
* :ghpull:`17191`: Inline unsampled-image path; remove renderer kwarg from _check_unsampled_image.
475475
* :ghpull:`17213`: Replace use of Bbox.bounds by appropriate properties.
@@ -604,7 +604,7 @@ Pull Requests (1066):
604604
* :ghpull:`16823`: Dedupe implementation of axes grid switching in toolmanager.
605605
* :ghpull:`16951`: Cleanup dates docstrings.
606606
* :ghpull:`16769`: Fix some small style issues
607-
* :ghpull:`16936`: FIX: Plot is now rendered with correct inital value
607+
* :ghpull:`16936`: FIX: Plot is now rendered with correct initial value
608608
* :ghpull:`16937`: Making sure to keep over/under/bad in cmap resample/reverse.
609609
* :ghpull:`16915`: Tighten/cleanup wx backend.
610610
* :ghpull:`16923`: Test the macosx backend on Travis.
@@ -860,7 +860,7 @@ Pull Requests (1066):
860860
* :ghpull:`16439`: Rework pylab docstring.
861861
* :ghpull:`16441`: Rework pylab docstring.
862862
* :ghpull:`16442`: Expire deprecation of \stackrel.
863-
* :ghpull:`16365`: TST: test_acorr (replaced image comparison with figure comparion)
863+
* :ghpull:`16365`: TST: test_acorr (replaced image comparison with figure comparison)
864864
* :ghpull:`16206`: Expire deprecation of \stackrel
865865
* :ghpull:`16437`: Rework pylab docstring.
866866
* :ghpull:`8896`: Fix mplot3d projection
@@ -898,7 +898,7 @@ Pull Requests (1066):
898898
* :ghpull:`16304`: Simplify Legend.get_children.
899899
* :ghpull:`16309`: Remove duplicated computations in Axes.get_tightbbox.
900900
* :ghpull:`16314`: Avoid repeatedly warning about too many figures open.
901-
* :ghpull:`16319`: Put doc for XAxis befor YAxis and likewise for XTick, YTick.
901+
* :ghpull:`16319`: Put doc for XAxis before YAxis and likewise for XTick, YTick.
902902
* :ghpull:`16313`: Cleanup constrainedlayout_guide.
903903
* :ghpull:`16312`: Remove unnecessary Legend._approx_text_height.
904904
* :ghpull:`16307`: Cleanup axes_demo.
@@ -991,7 +991,7 @@ Pull Requests (1066):
991991
* :ghpull:`16078`: Refactor a bit animation start/save interaction.
992992
* :ghpull:`16081`: Delay resolution of animation extra_args.
993993
* :ghpull:`16088`: Use C++ true/false in ttconv.
994-
* :ghpull:`16082`: Defaut to writing animation frames to a temporary directory.
994+
* :ghpull:`16082`: Default to writing animation frames to a temporary directory.
995995
* :ghpull:`16070`: Make animation blit cache robust against 3d viewpoint changes.
996996
* :ghpull:`5056`: MNT: more control of colorbar with CountourSet
997997
* :ghpull:`16051`: Deprecate parameters to colorbar which have no effect.
@@ -1133,7 +1133,7 @@ Pull Requests (1066):
11331133
* :ghpull:`15645`: Bump minimal numpy version to 1.12.
11341134
* :ghpull:`15646`: Hide sphinx-gallery config comments
11351135
* :ghpull:`15642`: Remove interpolation="nearest" from most examples.
1136-
* :ghpull:`15671`: Don't mention tcl in tkagg commments anymore.
1136+
* :ghpull:`15671`: Don't mention tcl in tkagg comments anymore.
11371137
* :ghpull:`15607`: Simplify tk loader.
11381138
* :ghpull:`15651`: Simplify axes_pad handling in axes_grid.
11391139
* :ghpull:`15652`: Remove mention of Enthought Canopy from the docs.
@@ -1400,7 +1400,7 @@ Issues (198):
14001400
* :ghissue:`16299`: The interactive polar plot animation's axis label won't scale.
14011401
* :ghissue:`15182`: More tests ``ConciseDateFormatter`` needed
14021402
* :ghissue:`16140`: Unclear Documentation for get_xticklabels
1403-
* :ghissue:`16147`: pp.hist parmeter 'density' does not scale data appropriately
1403+
* :ghissue:`16147`: pp.hist parameter 'density' does not scale data appropriately
14041404
* :ghissue:`16069`: matplotlib glitch when rotating interactively a 3d animation
14051405
* :ghissue:`14603`: Scatterplot: should vmin/vmax be ignored when a norm is specified?
14061406
* :ghissue:`15730`: Setting lines.marker = s in matplotlibrc also sets markers in boxplots
@@ -1423,7 +1423,7 @@ Issues (198):
14231423
* :ghissue:`15089`: Coerce MxNx1 images into MxN images for imshow
14241424
* :ghissue:`5253`: abline() - for drawing arbitrary lines on a plot, given specifications.
14251425
* :ghissue:`15165`: Switch to requiring Pillow rather than having our own png wrapper?
1426-
* :ghissue:`15280`: Add pull request checklist to Reviewers Guidlines
1426+
* :ghissue:`15280`: Add pull request checklist to Reviewers Guidelines
14271427
* :ghissue:`15289`: cbook.warn_deprecated() should warn with a MatplotlibDeprecationWarning not a UserWarning
14281428
* :ghissue:`15285`: DOC: make copy right year auto-update
14291429
* :ghissue:`15059`: fig.add_axes() with no arguments silently does nothing

doc/users/prev_whats_new/github_stats_3.3.1.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,16 +102,16 @@ Pull Requests (73):
102102
* :ghpull:`17995`: Avoid using Bbox machinery in Path.get_extents; special case polylines.
103103
* :ghpull:`17994`: Special case degree-1 Bezier curves.
104104
* :ghpull:`17990`: Manual backport of pr 17983 on v3.3.x
105-
* :ghpull:`17984`: Backport PR #17972 on branch v3.3.x (Fix PyPy compatiblity issue)
105+
* :ghpull:`17984`: Backport PR #17972 on branch v3.3.x (Fix PyPy compatibility issue)
106106
* :ghpull:`17985`: Backport PR #17976 on branch v3.3.x (Fixed #17970 - Docstrings should not accessed with -OO)
107107
* :ghpull:`17983`: FIX: undeprecate and update num2epoch/epoch2num
108108
* :ghpull:`17976`: Fixed #17970 - Docstrings should not accessed with -OO
109-
* :ghpull:`17972`: Fix PyPy compatiblity issue
109+
* :ghpull:`17972`: Fix PyPy compatibility issue
110110

111111
Issues (25):
112112

113113
* :ghissue:`18234`: _reshape_2D function behavior changed, breaks hist for some cases in 3.3.0
114-
* :ghissue:`18232`: different behaviour between 3.3.0 and 3.2.2 (and earlier) for ploting in a Tk canvas
114+
* :ghissue:`18232`: different behaviour between 3.3.0 and 3.2.2 (and earlier) for plotting in a Tk canvas
115115
* :ghissue:`18212`: Updated WxAgg NavigationToolbar2 breaks custom toolbars
116116
* :ghissue:`18129`: Error reading png image from URL with imread in matplotlib 3.3
117117
* :ghissue:`18163`: Figure cannot be closed if it has associated Agg canvas

0 commit comments

Comments
 (0)