Skip to content

Commit 08df4f9

Browse files
committed
docs/user/PythonStandaloneBinaries.md edited online with Bitbucket
1 parent 6ad7ffe commit 08df4f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user/PythonStandaloneBinaries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Use `graalpy -m standalone binary --help` for further options.
2828

2929
## Embedding GraalPy in Java Applications
3030

31-
Suppose now we wanted to distribute our `my_script.py` script as a Jar that can run on any GraalVM that includes GraalPy.
31+
Suppose now we wanted to distribute our `my_script.py` script as a JAR that can run on any GraalVM that includes GraalPy.
3232
To prepare such a Java project, the `standalone` GraalPy tool has another command:
3333

3434
```

0 commit comments

Comments
 (0)