# HG changeset patch # User Franz Glasner # Date 1777210546 -7200 # Node ID e6354e3abbecf2b391a012b627117b668a928a66 # Parent 5c0f26a21e81956fa34d65c2237848fa253a7014 Remove the comma in the copyright statement diff -r 5c0f26a21e81 -r e6354e3abbec docs/conf.py --- a/docs/conf.py Sun Apr 26 15:34:55 2026 +0200 +++ b/docs/conf.py Sun Apr 26 15:35:46 2026 +0200 @@ -11,7 +11,7 @@ # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information project = 'Pygments Pseudocode Lexer' -copyright = '2026, Franz Glasner' +copyright = '2026 Franz Glasner' author = 'Franz Glasner' # Determine "release" dynamically from the package's "__version__" with io.open("../pygments_lexer_pseudocode2/__init__.py",