File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ This page will guide you through getting started with PyScript.
7
7
PyScript does not require any development environment other
8
8
than a web browser. We recommend using Chrome.
9
9
10
- If, you're using [ VSCode] ( https://code.visualstudio.com/ ) the
10
+ If you're using [ VSCode] ( https://code.visualstudio.com/ ) the
11
11
[ Live Server extension] ( https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer )
12
12
can be used to reload the page as you edit the HTML file.
13
13
@@ -46,7 +46,7 @@ introduce the 8 tags provided by PyScript.
46
46
47
47
The ` <py-script> ` tag let's you execute multi-line Python scripts and
48
48
print back onto the page. For
49
- example we can compute π.
49
+ example, we can compute π.
50
50
51
51
``` html
52
52
<html >
162
162
### Local modules
163
163
164
164
In addition to packages you can declare local Python modules that will
165
- be imported in the ` <py-script> ` tag. For example we can place the random
165
+ be imported in the ` <py-script> ` tag. For example, we can place the random
166
166
number generation steps in a function in the file ` data.py ` .
167
167
168
168
``` python
You can’t perform that action at this time.
0 commit comments