mirror of
https://github.com/pyscript/pyscript.git
synced 2026-02-18 22:00:37 -05:00
Fix a typo (#964)
This commit is contained in:
@@ -13,7 +13,7 @@ The RunTime object has the following attributes
|
||||
| attribute | type | description |
|
||||
|---------------------|---------------------|-----------------------------------------------------------------------------|
|
||||
| **src** | string | The URL from which the current runtime was fetched |
|
||||
| **interpreter** | RuntimeInterpretter | A reference to the runtime object itself |
|
||||
| **interpreter** | RuntimeInterpreter | A reference to the runtime object itself |
|
||||
| **globals** | any | The globals dictionary of the runtime, if applicable/accessible |
|
||||
| **name (optional)** | string | A user-designated name for the runtime |
|
||||
| **lang (optional)** | string | A user-designation for the language the runtime runs ('Python', 'C++', etc) |
|
||||
|
||||
Reference in New Issue
Block a user