Skip to content

Remove repeated docstring from inherited methods #5237

Open
@ramirezfranciscof

Description

@ramirezfranciscof

There are a couple of classes that have a repeated/identical docstring on both the parent class and the child class method. Since now the docstrings are inherited, perhaps it would be better to remove the ones from the child class if they are not adding anything new or different from the original method they are overriding. The main advantage of this is reducing the efforts of maintaining the (internal) documentation of the code updated. Any cons to consider?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions