# HG changeset patch # User Paul Boddie # Date 1624999265 -7200 # Node ID 67f4a86646748cd11c924ca88955d4bf56f57c15 # Parent 2989aab1b4f76a7641659133cce26f0e0e05a5ac Fixed comment. diff -r 2989aab1b4f7 -r 67f4a8664674 generator.py --- a/generator.py Tue Jun 29 22:24:09 2021 +0200 +++ b/generator.py Tue Jun 29 22:41:05 2021 +0200 @@ -1203,7 +1203,7 @@ # Special-case the integer type. # Here, the __builtins__.int.new_int function is called with the - # initialiser's parameter. + # initialiser's parameters. if path == self.int_type: print >>f_code, """\