From 7aae554f8b7eb473e5c9b87d31beaf7ea0e6ef22 Mon Sep 17 00:00:00 2001 From: niuke Date: Sat, 30 Jul 2022 15:20:34 +0800 Subject: [PATCH] remove unicode literal from code Change-Id: Iba762b3c1de4c0d7169299724285deba68fe7256 --- doc/source/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 41dd01862b..ab7be791c0 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -51,7 +51,7 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -copyright = u'2013, OpenStack Foundation' +copyright = '2013, OpenStack Foundation' # If true, '()' will be appended to :func: etc. cross-reference text. add_function_parentheses = True @@ -80,8 +80,8 @@ htmlhelp_basename = 'magnumdoc' latex_documents = [ ('index', 'doc-magnum.tex', - u'magnum Documentation', - u'OpenStack Foundation', 'manual'), + 'magnum Documentation', + 'OpenStack Foundation', 'manual'), ] # If false, no module index is generated.