Skip to content

Commit bc7aaac

Browse files
committed
Applied suggestion
1 parent eae54d6 commit bc7aaac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user/Python-Standalone-Applications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ Where:
2828
This produces a native _my_binary_ file which includes your Python code, the GraalPy runtime, and the Python standard library in a single, self-contained executable.
2929
Use `graalpy -m standalone native --help` for further options.
3030

31-
### Security Considerations
31+
### Security Considerations of Python Standalone Applications
3232

3333
Standalone executables do not protect your source code. Your Python code becomes bytecode, and bytecode can be easily decompiled back to readable Python code.

0 commit comments

Comments
 (0)