Skip to content

Commit 537eca3

Browse files
committed
tweak doc
1 parent f29018f commit 537eca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime-testsuite/test/org/antlr/v4/test/runtime/python3/BasePython3Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ protected String getLanguage() {
2323
@Override
2424
protected List<String> getPythonExecutables() {
2525
return Arrays.asList("python3.7", "python3.8");
26-
} // force 3.7
26+
} // force 3.7 or 3.8
2727

2828
@Override
2929
protected void writeLexerTestFile(String lexerName, boolean showDFA) {

0 commit comments

Comments
 (0)