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 2efe8a7

Browse filesBrowse files
committed
Fix typos
1 parent 6da2b8c commit 2efe8a7
Copy full SHA for 2efe8a7

File tree

Expand file treeCollapse file tree

3 files changed

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

3 files changed

+3
-3
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
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ 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
93+
return the converted sequence. The output must be a sequence of scalars
9494
that can be used by the numpy array layer
9595
"""
9696
return obj

0 commit comments

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