Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 39a9ad5

Browse files
authored
Merge pull request #8726 from taehoonlee/fix_typos_2
MNT: Fix typos
2 parents 267a819 + 2e1f97d commit 39a9ad5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

extern/agg24-svn/include/platform/agg_platform_support.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
// It's not a part of the AGG library, it's just a helper class to create
1919
// interactive demo examples. Since the examples should not be too complex
2020
// this class is provided to support some very basic interactive graphical
21-
// funtionality, such as putting the rendered image to the window, simple
21+
// functionality, such as putting the rendered image to the window, simple
2222
// keyboard and mouse input, window resizing, setting the window title,
2323
// and catching the "idle" events.
2424
//

lib/matplotlib/patches.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4085,7 +4085,7 @@ def __init__(self, posA=None, posB=None,
40854085
the mutation and the mutated box will be stretched by the inverse
40864086
of it.
40874087
4088-
dpi_cor : scalar, optional (defualt: 1)
4088+
dpi_cor : scalar, optional (default: 1)
40894089
dpi_cor is currently used for linewidth-related things and shrink
40904090
factor. Mutation scale is affected by this.
40914091

lib/matplotlib/units.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ def default_units(x, axis):
9090
def convert(obj, unit, axis):
9191
"""
9292
convert obj using unit for the specified axis. If obj is a sequence,
93-
return the converted sequence. The ouput must be a sequence of scalars
94-
that can be used by the numpy array layer
93+
return the converted sequence. The output must be a sequence of
94+
scalars that can be used by the numpy array layer
9595
"""
9696
return obj
9797

0 commit comments

Comments
 (0)