From 968f8cc8df14e91748409353937f85ca17030770 Mon Sep 17 00:00:00 2001 From: niuke Date: Thu, 28 Jul 2022 13:33:49 +0800 Subject: [PATCH] remove unicode literal from code Change-Id: I2a0271618074ceb68fed716da347ad5fde217a28 --- 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 cc97524..f187096 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -33,7 +33,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 -- GitLab