Remove unicode prefix (`u`) from strings (#11158)

This commit is contained in:
Mike Taves
2023-02-15 17:37:33 +13:00
committed by GitHub
parent c17300aa7a
commit 23bf041ce4
2 changed files with 11 additions and 11 deletions

View File

@@ -1921,7 +1921,7 @@ the `Dublin Core metadata <https://dublincore.org/>`_.
the types can be explicitly overwritten if the default entries are not
appropriate. Example::
epub_guide = (('cover', 'cover.html', u'Cover Page'),)
epub_guide = (('cover', 'cover.html', 'Cover Page'),)
The default value is ``()``.