Lichen

Changeset

937:67f4a8664674
2021-06-29 Paul Boddie raw files shortlog changelog graph Fixed comment.
generator.py (file)
     1.1 --- a/generator.py	Tue Jun 29 22:24:09 2021 +0200
     1.2 +++ b/generator.py	Tue Jun 29 22:41:05 2021 +0200
     1.3 @@ -1203,7 +1203,7 @@
     1.4          # Special-case the integer type.
     1.5  
     1.6          # Here, the __builtins__.int.new_int function is called with the
     1.7 -        # initialiser's parameter.
     1.8 +        # initialiser's parameters.
     1.9  
    1.10          if path == self.int_type:
    1.11              print >>f_code, """\