Skip to content

Commit 072f578

Browse files
committed
fix name
1 parent 03fea11 commit 072f578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/src/org/antlr/v4/codegen/Python2Target.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
*
3939
* @author Eric Vergnaud
4040
*/
41-
public class Python2Target extends AbstractPython3Target {
41+
public class Python2Target extends AbstractPythonTarget {
4242

4343
protected static final String[] python2Keywords = {
4444
"abs", "all", "any", "apply", "as",

0 commit comments

Comments
 (0)