From 515bf349ab979f47025d37af95745b52b36ebb79 Mon Sep 17 00:00:00 2001 From: Dan Wysocki Date: Sat, 28 Mar 2015 22:00:06 -0400 Subject: [PATCH] Fixed mispelling of shrinked --- lib/matplotlib/patches.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/matplotlib/patches.py b/lib/matplotlib/patches.py index da9f1c964ea1..f25ec18828d4 100644 --- a/lib/matplotlib/patches.py +++ b/lib/matplotlib/patches.py @@ -3906,7 +3906,7 @@ def __init__(self, posA=None, posB=None, """ If *posA* and *posB* is given, a path connecting two point are created according to the connectionstyle. The path will be - clipped with *patchA* and *patchB* and further shirnked by + clipped with *patchA* and *patchB* and further shrinked by *shrinkA* and *shrinkB*. An arrow is drawn along this resulting path using the *arrowstyle* parameter. If *path* provided, an arrow is drawn along this path and *patchA*,