Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9bfad84

Browse files
authored
Merge pull request #6681 from afvincent/Typo_in_IdentityTransform_docstring
Fix #6680 (minor typo in IdentityTransform docstring)
2 parents d0ac9fe + ca4befd commit 9bfad84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/transforms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2024,7 +2024,7 @@ def _get_is_separable(self):
20242024

20252025
class IdentityTransform(Affine2DBase):
20262026
"""
2027-
A special class that does on thing, the identity transform, in a
2027+
A special class that does one thing, the identity transform, in a
20282028
fast way.
20292029
"""
20302030
_mtx = np.identity(3)

0 commit comments

Comments
 (0)