Skip to content

Commit

Permalink
fix description for Python3
Browse files Browse the repository at this point in the history
Signed-off-by: Terence Parr <[email protected]>
  • Loading branch information
parrt committed Apr 18, 2022
1 parent 79c3641 commit f25a4f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/Python3/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
author='Eric Vergnaud, Terence Parr, Sam Harwell',
author_email='[email protected]',
entry_points={'console_scripts': ['pygrun=antlr4._pygrun:main']},
description=f'ANTLR {v} runtime for Python 2.7.12'
description=f'ANTLR {v} runtime for Python 3'
)

0 comments on commit f25a4f6

Please sign in to comment.