We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03fea11 commit 072f578Copy full SHA for 072f578
tool/src/org/antlr/v4/codegen/Python2Target.java
@@ -38,7 +38,7 @@
38
*
39
* @author Eric Vergnaud
40
*/
41
-public class Python2Target extends AbstractPython3Target {
+public class Python2Target extends AbstractPythonTarget {
42
43
protected static final String[] python2Keywords = {
44
"abs", "all", "any", "apply", "as",
0 commit comments