Open
Description
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?