From e9caa7aa1751b71d5a05ed654910d893570dc0b2 Mon Sep 17 00:00:00 2001 From: niuke Date: Thu, 28 Jul 2022 09:44:57 +0800 Subject: [PATCH] remove unicode literal from code Change-Id: Ifd63876f511cef3a1f151c664a8bcd5ae77058b8 --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 5c8a2ee..e8d8189 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -34,7 +34,7 @@ openstackdocs_bug_tag = '' master_doc = 'index' # General information about the project. -copyright = u'2014, OpenStack Foundation' +copyright = '2014, OpenStack Foundation' # If true, '()' will be appended to :func: etc. cross-reference text. add_function_parentheses = True