Use Javascript type names

This commit is contained in:
Michael Droettboom 2018-09-20 10:51:14 -04:00 committed by GitHub
parent 4d002b2c7b
commit 64699f0b46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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*