mirror of https://github.com/pyodide/pyodide.git
DOC Fix typo in make_parser (#689)
This commit is contained in:
parent
ee3e5e44c3
commit
1685e588b4
|
@ -75,7 +75,7 @@ def make_package(package, version=None):
|
||||||
def make_parser(parser):
|
def make_parser(parser):
|
||||||
parser.description = '''
|
parser.description = '''
|
||||||
Make a new pyodide package. Creates a simple template that will work
|
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()
|
complex things.'''.strip()
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'package', type=str, nargs=1,
|
'package', type=str, nargs=1,
|
||||||
|
|
Loading…
Reference in New Issue