@@ -561,7 +561,7 @@ def draw_all(self):
561561 self .vmin , self .vmax = self ._boundaries [self ._inside ][[0 , - 1 ]]
562562 # Compute the X/Y mesh.
563563 X , Y , extendlen = self ._mesh ()
564- # draw the extend triangles, and shrink the inner axes to accomodate .
564+ # draw the extend triangles, and shrink the inner axes to accommodate .
565565 # also adds the outline path to self.outline spine:
566566 self ._do_extends (extendlen )
567567
@@ -622,7 +622,7 @@ def _add_solids_patches(self, X, Y, C, mappable):
622622 def _do_extends (self , extendlen ):
623623 """
624624 Make adjustments of the inner axes for the extend triangles (or
625- rectanges ) and add them as patches.
625+ rectangles ) and add them as patches.
626626 """
627627 # extend lengths are fraction of the *inner* part of colorbar,
628628 # not the total colorbar:
@@ -659,7 +659,7 @@ def _do_extends(self, extendlen):
659659 return
660660
661661 # Make extend triangles or rectangles filled patches. These are
662- # defined in the outer parent axes' co-ordinates :
662+ # defined in the outer parent axes' coordinates :
663663 mappable = getattr (self , 'mappable' , None )
664664 if (isinstance (mappable , contour .ContourSet )
665665 and any (hatch is not None for hatch in mappable .hatches )):
0 commit comments