Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky committed Aug 2, 2019
1 parent 6addb42 commit 4f2032f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jupinx/cmd/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
from jupinx import __display_version__, package_dir
import logging
import webbrowser
import textwrap

ADDITIONAL_OPTIONS = [
'directory',
Expand Down Expand Up @@ -79,7 +80,7 @@ def get_parser() -> argparse.ArgumentParser:
[Result: _build/website/]
""".lstrip("\n"))
)
parserj.add_argument('-v', '--view', dest='view', nargs='?', type=str, const='notebooks', action='store',
parser.add_argument('-v', '--view', dest='view', nargs='?', type=str, const='notebooks', action='store',
help=textwrap.dedent("""
Open a server to view results for
1. notebooks
Expand Down

0 comments on commit 4f2032f

Please sign in to comment.