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 39a9ad5

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

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

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

Copy file name to clipboardExpand all lines: extern/agg24-svn/include/platform/agg_platform_support.h
+1-1Lines 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

Copy file name to clipboardExpand all lines: lib/matplotlib/patches.py
+1-1Lines 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

Copy file name to clipboardExpand all lines: lib/matplotlib/units.py
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.