Skip to content

Commit e935e6f

Browse files
committed
Tweak space per review comment
1 parent c798b7c commit e935e6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import org.python.util.PythonInterpreter;
1515
public class JythonHelloWorld {
1616
public static void main(String[] args) {
1717
try(PythonInterpreter pyInterp = new PythonInterpreter()) {
18-
pyInterp.exec("print ('Hello Python World!')");
18+
pyInterp.exec("print('Hello Python World!')");
1919
}
2020
}
2121
}

0 commit comments

Comments
 (0)