Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

When Pycharm shows a missing docstring for an inherited docstring, it means that the method or class being inherited from has a docstring that describes its purpose and usage, but the child class or method that is inheriting it does not have its own docstring to describe any additional functionality or differences from the parent class or method. Adding a docstring to the child class or method can improve code readability and make it easier for others to understand how it is intended to be used.