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*,