Fix docstring (#4585)

Co-authored-by: Jeff Yang <ydcjeff@outlook.com>
This commit is contained in:
Akihiro Nitta 2020-11-09 22:22:47 +09:00 committed by GitHub
parent e01190e919
commit 45a695969a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -1399,7 +1399,6 @@ class LightningModule(
@classmethod
def _auto_collect_arguments(cls, frame=None) -> Tuple[Dict, Dict]:
""""""
"""
Collect all module arguments in the current constructor and all child constructors.
The child constructors are all the ``__init__`` methods that reach the current class through