We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b0cc38 commit d06b802Copy full SHA for d06b802
runtime/Python2/setup.py
@@ -10,5 +10,5 @@
10
package_dir={'': 'src'},
11
author='Eric Vergnaud, Terence Parr, Sam Harwell',
12
author_email='[email protected]',
13
- description=f'ANTLR {v} runtime for Python 2.7.12'
14
-)
+ description='ANTLR %s runtime for Python 2.7.12' % v
+)
0 commit comments