mirror of https://github.com/pyodide/pyodide.git
Use Javascript type names
This commit is contained in:
parent
4d002b2c7b
commit
64699f0b46
|
@ -54,9 +54,9 @@ The package needs to be imported from Python before it can be used.
|
|||
|
||||
*Parameters*
|
||||
|
||||
| name | type | description |
|
||||
|---------|--------------|---------------------------------------|
|
||||
| *names* | {str, Array} | package name, or URL. Can be either a single element, or an array. |
|
||||
| name | type | description |
|
||||
|---------|-----------------|---------------------------------------|
|
||||
| *names* | {String, Array} | package name, or URL. Can be either a single element, or an array. |
|
||||
|
||||
|
||||
*Returns*
|
||||
|
|
Loading…
Reference in New Issue