We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ad7ffe commit 08df4f9Copy full SHA for 08df4f9
docs/user/PythonStandaloneBinaries.md
@@ -28,7 +28,7 @@ Use `graalpy -m standalone binary --help` for further options.
28
29
## Embedding GraalPy in Java Applications
30
31
-Suppose now we wanted to distribute our `my_script.py` script as a Jar that can run on any GraalVM that includes GraalPy.
+Suppose now we wanted to distribute our `my_script.py` script as a JAR that can run on any GraalVM that includes GraalPy.
32
To prepare such a Java project, the `standalone` GraalPy tool has another command:
33
34
```
0 commit comments