changeset 39668:9bf6efb40e51

pygnulib: remove redundant sign
author Dmitry Selyutin <ghostmansd@gmail.com>
date Mon, 02 Jul 2018 01:09:52 +0300
parents 7b4202dd0249
children 69d0e3b4bfb7
files pygnulib.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pygnulib.py	Mon Jul 02 01:05:10 2018 +0300
+++ b/pygnulib.py	Mon Jul 02 01:09:52 2018 +0300
@@ -655,7 +655,7 @@
             position_early_after = "AC_PROG_CC_C99"
     fmt = "  - invoke {macro_prefix}_EARLY in {ac_file}, right after {position_early_after},"
     print(fmt.format(**config, position_early_after=position_early_after), file=sys.stdout)
-    fmt = "  - invoke ${macro_prefix}_INIT in {ac_file}."
+    fmt = "  - invoke {macro_prefix}_INIT in {ac_file}."
     print(fmt.format(**config), file=sys.stdout)
     return os.EX_OK