Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 491e8ac

Browse filesBrowse files
authored
Merge pull request #16077 from timhoffm/typos
Fix some typos
2 parents 9add352 + f54c660 commit 491e8ac
Copy full SHA for 491e8ac

File tree

Expand file treeCollapse file tree

3 files changed

+4
-4
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+4
-4
lines changed

‎doc/api/prev_api_changes/api_changes_0.54.rst

Copy file name to clipboardExpand all lines: doc/api/prev_api_changes/api_changes_0.54.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The original pcolor and scatter functions are retained as
3030
pcolor_classic and scatter_classic.
3131

3232
The return value from pcolor is a PolyCollection. Most of the
33-
propertes that are available on rectangles or other patches are also
33+
properties that are available on rectangles or other patches are also
3434
available on PolyCollections, e.g., you can say::
3535

3636
c = scatter(blah, blah)

‎doc/devel/color_changes.rst

Copy file name to clipboardExpand all lines: doc/devel/color_changes.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ Default Scatter Colormap
6464
------------------------
6565

6666
For heat-map like applications it can be desirable to cover as much of
67-
the luminence scale as possible, however when color mapping markers,
67+
the luminance scale as possible, however when color mapping markers,
6868
having markers too close to white can be a problem. For that reason
6969
we propose using a different (but maybe related) color map to the
7070
heat map for marker-based. The design parameters are the same as
71-
above, only with a more limited luminence variation.
71+
above, only with a more limited luminance variation.
7272

7373

7474
Example script

‎doc/devel/contributing.rst

Copy file name to clipboardExpand all lines: doc/devel/contributing.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ on, use the key/value keyword args in the function definition rather
405405
than the ``**kwargs`` idiom.
406406

407407
In some cases, you may want to consume some keys in the local
408-
function, and let others pass through. Instead of poping arguments to
408+
function, and let others pass through. Instead of popping arguments to
409409
use off ``**kwargs``, specify them as keyword-only arguments to the local
410410
function. This makes it obvious at a glance which arguments will be
411411
consumed in the function. For example, in

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.