Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • docs/users_guide/conf.py
    ... ... @@ -45,7 +45,7 @@ rst_prolog = """
    45 45
     
    
    46 46
     # General information about the project.
    
    47 47
     project = u'Glasgow Haskell Compiler'
    
    48
    -copyright = f"{datetime.now(timezone.utc).year}, GHC Team"
    
    48
    +copyright = "{}, GHC Team".format(datetime.now(timezone.utc).year)
    
    49 49
     # N.B. version comes from ghc_config
    
    50 50
     release = version  # The full version, including alpha/beta/rc tags.
    
    51 51