Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Apr 27, 2022
1 parent 23207e0 commit 327a23f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinxlint.py
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ def parse_args(argv=None):
if argv[1:2] == ["init", "directives"]:
from directivegetter import collect_directives

raise SystemExit(collect_directives(sys.argv[2:]))
raise SystemExit(collect_directives(argv[2:]))

parser = argparse.ArgumentParser(description=__doc__)
parser.add_argument(
Expand Down

0 comments on commit 327a23f

Please sign in to comment.