Skip to content

Commit ec6e332

Browse files
committed
More updates for EuroPython.
1 parent 117caba commit ec6e332

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/user-guide/architecture.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ PolyScript's capabilities, upon which PyScript is built, can be summarised as:
7373
defined moments in the page lifecycle, provide a means of calling user
7474
defined functions to modify and enhance PolyScript's default behaviour.
7575
* [Multiple interpreters](https://pyscript.github.io/polyscript/#interpreter-features)
76-
(in addition to Pyodide and MicroPython, PolyScript works with Lua and Ruby -
77-
although these are beyond the scope of this project).
76+
(in addition to Pyodide and MicroPython, PolyScript works with R, Lua and
77+
Ruby - although these are beyond the scope of this project).
7878

7979
PolyScript may become important if you encounter problems with PyScript. You
8080
should investigate PolyScript if any of the following is true about your

docs/user-guide/first-steps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ attributes:
123123
The browser's tab displaying the website running PyScript is an isolated
124124
computing sandbox. Define the Python environment in which your code will
125125
run with [configuration options](configuration.md) (discussed later in this
126-
document).
126+
user guide).
127127

128128
!!! tip
129129

0 commit comments

Comments
 (0)