DOC Fix typo in make_parser (#689)

This commit is contained in:
Shyam Saladi 2020-06-16 14:29:42 -07:00 committed by GitHub
parent ee3e5e44c3
commit 1685e588b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ def make_package(package, version=None):
def make_parser(parser):
parser.description = '''
Make a new pyodide package. Creates a simple template that will work
for most pure Python packages, but will have to be edited for more wv
for most pure Python packages, but will have to be edited for more
complex things.'''.strip()
parser.add_argument(
'package', type=str, nargs=1,