8000 Merge pull request #6681 from afvincent/Typo_in_IdentityTransform_doc… · matplotlib/matplotlib@e5e0838 · GitHub
[go: up one dir, main page]

Skip to content

Commit e5e0838

Browse files
committed
Merge pull request #6681 from afvincent/Typo_in_IdentityTransform_docstring
Fix #6680 (minor typo in IdentityTransform docstring)
1 parent c4fa469 commit e5e0838
D172

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
@@ -2029,7 +2029,7 @@ def _get_is_separable(self):
20292029

20302030
class IdentityTransform(Affine2DBase):
20312031
"""
2032-
A special class that does on thing, the identity transform, in a
2032+
A special class that does one thing, the identity transform, in a
20332033
fast way.
20342034
"""
20352035
_mtx = np.identity(3)

0 commit comments

Comments
 (0)
0