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

Skip to content

Minor typo in the docstring of IdentityTransform? #6680

Closed
@afvincent

Description

@afvincent

In transforms.py, I'm wondering if there wouldn't be a minor typo in this docstring:

class IdentityTransform(Affine2DBase):
    """
    A special class that does on thing, the identity transform, in a
    fast way.
    """

Shouldn't it be something like … that does on*e* thing,… or … that does nothing,…?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions