Skip to content

Commit 5be6c8b

Browse files
authored
Update README.md
1 parent 7bb3a5d commit 5be6c8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Useful .gitignore additions:
9292
- [List of available wheels](/wiki/pkg/)
9393
- [requesting modules](https://github.com/pygame-web/pkg-porting-wasm/issues)
9494

95-
When importing non-stdlib packages (for example, numpy or matplotlib), you must put their import statements at top of `main.py`. You should also add a metadata header as specified by [PEP 723](https://peps.python.org/pep-0723/), for example:
95+
When importing **non-stdlib** packages (for example, numpy or matplotlib), you must put their import statements at top of `main.py`. You should also add a metadata header as specified by [PEP 723](https://peps.python.org/pep-0723/), for example:
9696
```
9797
# /// script
9898
# dependencies = [

0 commit comments

Comments
 (0)