Skip to content

Commit 783e3fe

Browse files
committed
include the whole docstring
1 parent 0f71877 commit 783e3fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

func2argparse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def _parse_docs(doc):
6969
name = None
7070

7171
description = []
72-
for line in lines[1:]:
72+
for line in lines:
7373
if line.strip().startswith("Parameters"):
7474
break
7575
if len(line.strip()):

0 commit comments

Comments
 (0)