Skip to content

Commit 7432ef4

Browse files
committed
Fix several minor typos
1 parent 4284a0b commit 7432ef4

21 files changed

+62
-60
lines changed

ci/schemas/conda-environment.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"title": "conda environment file",
3-
"description": "Support for conda's enviroment.yml files (e.g. `conda env export > environment.yml`)",
3+
"description": "Support for conda's environment.yml files (e.g. `conda env export > environment.yml`)",
44
"id": "https://raw.githubusercontent.com/Microsoft/vscode-python/main/schemas/conda-environment.json",
55
"$schema": "http://json-schema.org/draft-04/schema#",
66
"definitions": {

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: 4 additions & 4 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
@@ -1149,7 +1149,7 @@ Issues (123):
11491149
* :ghissue:`11607`: AttributeError: 'QEvent' object has no attribute 'pos'
11501150
* :ghissue:`11486`: Colorbar does not render with PowerNorm and min extend when using imshow
11511151
* :ghissue:`11582`: wx segfault
1152-
* :ghissue:`11515`: using 'sharex' once in 'subplots' function can affect subsequent calles to 'subplots'
1152+
* :ghissue:`11515`: using 'sharex' once in 'subplots' function can affect subsequent calls to 'subplots'
11531153
* :ghissue:`10269`: input() blocks any rendering and event handling
11541154
* :ghissue:`10345`: Python 3.4 with Matplotlib 1.5 vs Python 3.6 with Matplotlib 2.1
11551155
* :ghissue:`10443`: Drop use of pytz dependency in next major release

doc/users/prev_whats_new/github_stats_3.0.1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Pull Requests (127):
150150
* :ghpull:`12230`: Backport PR #12213 on branch v3.0.x (Change win32InstalledFonts return value)
151151
* :ghpull:`12213`: Change win32InstalledFonts return value
152152
* :ghpull:`12223`: Backport PR #11688 on branch v3.0.x (Don't draw axis (spines, ticks, labels) twice when using parasite axes.)
153-
* :ghpull:`12224`: Backport PR #12207 on branch v3.0.x (FIX: dont' check for interactive framework if none required)
153+
* :ghpull:`12224`: Backport PR #12207 on branch v3.0.x (FIX: don't check for interactive framework if none required)
154154
* :ghpull:`12207`: FIX: don't check for interactive framework if none required
155155
* :ghpull:`11688`: Don't draw axis (spines, ticks, labels) twice when using parasite axes.
156156
* :ghpull:`12205`: Backport PR #12186 on branch v3.0.x (DOC: fix API note about get_tightbbox)

doc/users/prev_whats_new/github_stats_3.0.2.rst

Lines changed: 2 additions & 2 deletions
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
@@ -263,7 +263,7 @@ Pull Requests (224):
263263
* :ghpull:`12227`: Use (float, float) as parameter type for 2D positions
264264
* :ghpull:`12199`: Allow disabling specific mouse actions in blocking_input
265265
* :ghpull:`12213`: Change win32InstalledFonts return value
266-
* :ghpull:`12207`: FIX: dont' check for interactive framework if none required
266+
* :ghpull:`12207`: FIX: don't check for interactive framework if none required
267267
* :ghpull:`11688`: Don't draw axis (spines, ticks, labels) twice when using parasite axes.
268268
* :ghpull:`12210`: Axes.tick_params() argument checking
269269
* :ghpull:`12211`: Fix typo

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

0 commit comments

Comments
 (0)