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

Skip to content

Fix typos #8726

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 8, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion extern/agg24-svn/include/platform/agg_platform_support.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
// It's not a part of the AGG library, it's just a helper class to create
// interactive demo examples. Since the examples should not be too complex
// this class is provided to support some very basic interactive graphical
// funtionality, such as putting the rendered image to the window, simple
// functionality, such as putting the rendered image to the window, simple
// keyboard and mouse input, window resizing, setting the window title,
// and catching the "idle" events.
//
Expand Down
2 changes: 1 addition & 1 deletion lib/matplotlib/patches.py
Original file line number Diff line number Diff line change
Expand Up @@ -4085,7 +4085,7 @@ def __init__(self, posA=None, posB=None,
the mutation and the mutated box will be stretched by the inverse
of it.

dpi_cor : scalar, optional (defualt: 1)
dpi_cor : scalar, optional (default: 1)
dpi_cor is currently used for linewidth-related things and shrink
factor. Mutation scale is affected by this.

Expand Down
4 changes: 2 additions & 2 deletions lib/matplotlib/units.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ def default_units(x, axis):
def convert(obj, unit, axis):
"""
convert obj using unit for the specified axis. If obj is a sequence,
return the converted sequence. The ouput must be a sequence of scalars
that can be used by the numpy array layer
return the converted sequence. The output must be a sequence of
scalars that can be used by the numpy array layer
"""
return obj

Expand Down