Skip to content

Commit b28b3c6

Browse files
committed
add missing newline
1 parent f57a584 commit b28b3c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graalpython/com.oracle.graal.python.shell/src/com/oracle/graal/python/shell/GraalPythonMain.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ protected void printHelp(OptionCategory maxCategory) {
538538
" str, bytes and datetime objects. It can also be set to an integer\n" +
539539
" in the range [0,4294967295] to get hash values with a predictable seed.\n" +
540540
"SULONG_LIBRARY_PATH: Specifies the library path for Sulong.\n" +
541-
" This is required when starting subprocesses of python." +
541+
" This is required when starting subprocesses of python.\n" +
542542
"GRAAL_PYTHON_OPTIONS: This environment variable can include default options that\n" +
543543
" are always passed to the launcher. These are not shell expanded and given to\n" +
544544
" the launcher as-is.");

0 commit comments

Comments
 (0)