Skip to content

Commit ae886a9

Browse files
committed
Follow Tim F. comments
1 parent 5c5711d commit ae886a9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/user/ParserDetails.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Python Code Parsing and pyc Files
22

3-
This guide elaborates on how Python files are parsed on the GraalVM Python runtime.
3+
This guide elaborates on how Python files are parsed on GraalVM's Python runtime.
44

55
## Parser Performance
66

docs/user/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# GraalVM Python Implementation
22

3-
GraalVM provides the Python 3.8 compliant runtime.
3+
GraalVM provides a Python 3.8 compliant runtime.
44
A primary goal of the Python implementation is to support SciPy and its constituent libraries, as well as to work with other data science and machine learning libraries from the rich Python ecosystem.
55
At this point, the Python implementation is made available for experimentation and curious end-users.
66
See [FAQ](FAQ.md) for commonly asked questions about this implementation.
@@ -33,7 +33,7 @@ graalpython --help --help:tools --help:languages
3333

3434
## Installing Supported Packages
3535

36-
Python comes with a tool called `ginstall` which may be used to install a small list of packages known to work to some extent with GraalVM's Python runtime.
36+
GraalVM Python implementation comes with a tool called `ginstall` which may be used to install a small list of packages known to work to some extent with GraalVM's Python runtime.
3737
It is recommended to always create a virtual environment first, using the standard Python module `venv`.
3838
Creating such an environment avoids any incompatible interaction with the local user's packages that may have been
3939
installed using a system installation of CPython:

0 commit comments

Comments
 (0)