From 2e1f97dd8b7f5360f210a055f359d7544cedc589 Mon Sep 17 00:00:00 2001 From: Taehoon Lee Date: Wed, 7 Jun 2017 17:55:22 +0900 Subject: [PATCH] Fix typos --- extern/agg24-svn/include/platform/agg_platform_support.h | 2 +- lib/matplotlib/patches.py | 2 +- lib/matplotlib/units.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/extern/agg24-svn/include/platform/agg_platform_support.h b/extern/agg24-svn/include/platform/agg_platform_support.h index 556d07dc387a..9a63411e5084 100644 --- a/extern/agg24-svn/include/platform/agg_platform_support.h +++ b/extern/agg24-svn/include/platform/agg_platform_support.h @@ -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. // diff --git a/lib/matplotlib/patches.py b/lib/matplotlib/patches.py index 199aabc06d80..10bc425b7734 100644 --- a/lib/matplotlib/patches.py +++ b/lib/matplotlib/patches.py @@ -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. diff --git a/lib/matplotlib/units.py b/lib/matplotlib/units.py index 4c8f195b5476..793fad3cb01f 100644 --- a/lib/matplotlib/units.py +++ b/lib/matplotlib/units.py @@ -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