Skip to content

Commit 327a23f

Browse files
committed
Typo
1 parent 23207e0 commit 327a23f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinxlint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ def parse_args(argv=None):
454454
if argv[1:2] == ["init", "directives"]:
455455
from directivegetter import collect_directives
456456

457-
raise SystemExit(collect_directives(sys.argv[2:]))
457+
raise SystemExit(collect_directives(argv[2:]))
458458

459459
parser = argparse.ArgumentParser(description=__doc__)
460460
parser.add_argument(

0 commit comments

Comments
 (0)