Add missing comma

This commit is contained in:
Jorge Maldonado Ventura 2023-06-27 18:57:48 +02:00
commit 6504a5549d

View file

@ -596,7 +596,7 @@ Pelican settings file to include options that will be automatically applied to
every code block.
For example, if you want to have line numbers displayed for every code block
and a CSS prefix you would set this variable to::
and a CSS prefix, you would set this variable to::
PYGMENTS_RST_OPTIONS = {'classprefix': 'pgcss', 'linenos': 'table'}