Skip to content

Commit 61b9201

Browse files
committed
Fix style.
1 parent bdd8296 commit 61b9201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/runtime/PythonOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ private PythonOptions() {
5454
"but all other access to the contents of the file is disabled, so the files are kept secret.") //
5555
public static final OptionKey<Boolean> OpaqueFilesystem = new OptionKey<>(false);
5656

57-
@Option(category = OptionCategory.USER, help = "List of root paths for the opaque file system (default: \"/\"); use system-specific path separator.") //
57+
@Option(category = OptionCategory.USER, help = "List of root paths for the opaque file system (default: '/'); use system-specific path separator.") //
5858
public static final OptionKey<String> OpaqueFilesystemPrefixes = new OptionKey<>("/");
5959

6060
@Option(category = OptionCategory.USER, help = "Equivalent to the Python -i flag. Inspect interactively after running a script.") //

0 commit comments

Comments
 (0)