Skip to content

Commit

Permalink
Merge pull request #6681 from afvincent/Typo_in_IdentityTransform_doc…
Browse files Browse the repository at this point in the history
…string

Fix #6680 (minor typo in IdentityTransform docstring)
  • Loading branch information
jenshnielsen committed Jul 3, 2016
1 parent c4fa469 commit e5e0838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/matplotlib/transforms.py
Expand Up @@ -2029,7 +2029,7 @@ def _get_is_separable(self):

class IdentityTransform(Affine2DBase):
"""
A special class that does on thing, the identity transform, in a
A special class that does one thing, the identity transform, in a
fast way.
"""
_mtx = np.identity(3)
Expand Down

0 comments on commit e5e0838

Please sign in to comment.