8000 Fix some typos · matplotlib/matplotlib@f54c660 · GitHub
[go: up one dir, main page]

Skip to content

Commit f54c660

Browse files
committed
Fix some typos
1 parent 44ccb0e commit f54c660

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

doc/api/prev_api_changes/api_changes_0.54.rst

Lines 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

Lines 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

Lines 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