mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Remove unicode prefix (`u`) from strings (#11158)
This commit is contained in:
@@ -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 ``()``.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user