Skip to content

Commit ab4ac3f

Browse files
committed
Fix 'can not' -> 'cannot' typo
1 parent b736691 commit ab4ac3f

33 files changed

+54
-56
lines changed

doc/api/toolkits/mplot3d/faq.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ of another object, even though it is physically behind it. This can result in
2525
plots that do not look "physically correct."
2626

2727
Unfortunately, while some work is being done to reduce the occurrence of this
28-
artifact, it is currently an intractable problem, and can not be fully solved
28+
artifact, it is currently an intractable problem, and cannot be fully solved
2929
until matplotlib supports 3D graphics rendering at its core.
3030

3131
The problem occurs due to the reduction of 3D data down to 2D + z-order
3232
scalar. A single value represents the 3rd dimension for all parts of 3D
3333
objects in a collection. Therefore, when the bounding boxes of two collections
3434
intersect, it becomes possible for this artifact to occur. Furthermore, the
35-
intersection of two 3D objects (such as polygons or patches) can not be
35+
intersection of two 3D objects (such as polygons or patches) cannot be
3636
rendered properly in matplotlib's 2D rendering engine.
3737

3838
This problem will likely not be solved until OpenGL support is added to all of

doc/devel/MEP/MEP11.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ ordered from best/hardest to worst/easiest):
135135

136136
2. Continue to ship dateutil_, pytz_, six_ and pyparsing_ in
137137
our installer, but use the post-install-script to install them
138-
*only* if they can not already be found.
138+
*only* if they cannot already be found.
139139

140140
3. Move all of these packages inside a (new) ``matplotlib.extern``
141141
namespace so it is clear for outside users that these are

doc/devel/MEP/MEP14.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ has a number of shortcomings.
6262
- It only handles right-to-left languages, and doesn't handle many
6363
special features of Unicode, such as combining diacriticals.
6464
- The multiline support is imperfect and only supports manual
65-
line-breaking -- it can not break up a paragraph into lines of a
65+
line-breaking -- it cannot break up a paragraph into lines of a
6666
certain length.
6767
- It also does not handle inline formatting changes in order to
6868
support something like Markdown, reStructuredText or HTML. (Though
@@ -112,7 +112,7 @@ complicated than it seems at first.
112112
The "built-in" and "usetex" renderers have very different ways of
113113
handling font selection, given their different technologies. TeX
114114
requires the installation of TeX-specific font packages, for example,
115-
and can not use TrueType fonts directly. Unfortunately, despite the
115+
and cannot use TrueType fonts directly. Unfortunately, despite the
116116
different semantics for font selection, the same set of font
117117
properties are used for each. This is true of both the
118118
`.FontProperties` class and the font-related `.rcParams` (which

doc/devel/MEP/MEP19.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ has a number of shortcomings:
3636
- build or test products can only be saved from build off of branches
3737
on the main repo, not pull requests, so it is often difficult to
3838
"post mortem" analyse what went wrong. This is particularly
39-
frustrating when the failure can not be subsequently reproduced
39+
frustrating when the failure cannot be subsequently reproduced
4040
locally.
4141

4242
- It is not extremely fast. matplotlib's cpu and memory requirements

doc/devel/coding_guide.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -446,8 +446,8 @@ Backport strategy
446446

447447
We will always backport to the patch release branch (*v3.N.x*):
448448

449-
- critical bug fixes (segfault, failure to import, things that the
450-
user can not work around)
449+
- critical bug fixes (segfault, failure to import, things that the user cannot
450+
work around)
451451
- fixes for regressions against the last two releases.
452452

453453
Everything else (regressions against older releases, bugs/api

doc/devel/triage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ The following workflow [1]_ is a good way to approach issue triaging:
157157
If a reproducible example is provided, but you see a simplification,
158158
add your simpler reproducible example.
159159

160-
If you can not reproduce the issue, please report that along with your
160+
If you cannot reproduce the issue, please report that along with your
161161
OS, Python, and Matplotlib versions.
162162

163163
If we need more information from either this or the previous step

doc/users/faq/troubleshooting_faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ will save a lot of time.
149149
You will likely get a faster response writing to the mailing list than
150150
filing a bug in the bug tracker. Most developers check the bug
151151
tracker only periodically. If your problem has been determined to be
152-
a bug and can not be quickly solved, you may be asked to file a bug in
152+
a bug and cannot be quickly solved, you may be asked to file a bug in
153153
the tracker so the issue doesn't get lost.
154154

155155
.. _git-trouble:

doc/users/prev_whats_new/changelog.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2270,7 +2270,7 @@ recent changes, please refer to the :doc:`/users/release_notes`.
22702270
Fix a "local variable unreferenced" bug in plotfile - MM
22712271

22722272
2008-05-19
2273-
Fix crash when Windows can not access the registry to determine font path
2273+
Fix crash when Windows cannot access the registry to determine font path
22742274
[Bug 1966974, thanks Patrik Simons] - MGD
22752275

22762276
2008-05-16
@@ -2493,7 +2493,7 @@ recent changes, please refer to the :doc:`/users/release_notes`.
24932493

24942494
2008-01-10
24952495
Fix bug when displaying a tick value offset with scientific notation.
2496-
(Manifests itself as a warning that the \times symbol can not be found). -
2496+
(Manifests itself as a warning that the \times symbol cannot be found). -
24972497
MGD
24982498

24992499
2008-01-10

doc/users/prev_whats_new/dflt_style_changes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ behavior for the line width was different depending on backend:
657657
- PS: 1 px
658658
- Agg: 1 px
659659

660-
The old line width behavior can not be restored across all backends
660+
The old line width behavior cannot be restored across all backends
661661
simultaneously, but can be restored for a single backend by setting::
662662

663663
mpl.rcParams['hatch.linewidth'] = 0.1 # previous pdf hatch linewidth

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
@@ -342,7 +342,7 @@ Issues (170):
342342
* :ghissue:`12626`: AttributeError: module 'matplotlib' has no attribute 'artist'
343343
* :ghissue:`11034`: Doc Typo: matplotlib.axes.Axes.get_yticklabels / Axis.get_ticklabels
344344
* :ghissue:`12624`: make_axes_locatable : Colorbar in the middle instead of bottom while saving a pdf, png.
345-
* :ghissue:`11094`: can not use GUI backends inside django request handlers
345+
* :ghissue:`11094`: cannot use GUI backends inside django request handlers
346346
* :ghissue:`12613`: transiently linked interactivity of unshared pair of axes generated with make_axes_locatable
347347
* :ghissue:`12578`: macOS builds are broken
348348
* :ghissue:`12612`: gui backends do not work inside of flask request handlers

0 commit comments

Comments
 (0)