Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit27572e4

Browse files
ddeltreepww217
andauthored
fixing a typo (pyscript#132)
Co-authored-by: Peter W <34256109+pww217@users.noreply.github.com>
1 parentd8cb5f2 commit27572e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎GETTING-STARTED.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This page will guide you through getting started with PyScript.
77
PyScript does not require any development environment other
88
than a web browser. We recommend using Chrome.
99

10-
If, you're using[VSCode](https://code.visualstudio.com/) the
10+
If you're using[VSCode](https://code.visualstudio.com/) the
1111
[Live Server extension](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer)
1212
can be used to reload the page as you edit the HTML file.
1313

@@ -46,7 +46,7 @@ introduce the 8 tags provided by PyScript.
4646

4747
The`<py-script>` tag let's you execute multi-line Python scripts and
4848
print back onto the page. For
49-
example we can compute π.
49+
example, we can compute π.
5050

5151
```html
5252
<html>
@@ -162,7 +162,7 @@ fig
162162
###Local modules
163163

164164
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
166166
number generation steps in a function in the file`data.py`.
167167

168168
```python

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp