tweak doc

This commit is contained in:
parrt 2020-11-24 12:36:00 -08:00
parent f29018f9a5
commit 537eca3971
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ public class BasePython3Test extends BasePythonTest {
@Override
protected List<String> getPythonExecutables() {
return Arrays.asList("python3.7", "python3.8");
} // force 3.7
} // force 3.7 or 3.8
@Override
protected void writeLexerTestFile(String lexerName, boolean showDFA) {