summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorsongwenping <songwenping@inspur.com>2022-04-19 19:39:12 +0800
committersongwenping <songwenping@inspur.com>2022-04-19 19:39:35 +0800
commit145f060b51bc6da02e32f79f988cc9895ee13599 (patch)
treefd2f996b3928aeb89ead12609a6e14c539de5e65 /doc
parent5d17e5fb449558ee7b0caaad298c7a2fda764631 (diff)
downloadoslo-concurrency-145f060b51bc6da02e32f79f988cc9895ee13599.tar.gz
Remove unnecessary unicode prefixes4.5.1
Change-Id: I56651c1b83baaf443551686d7e8545eba2a0c7a1
Diffstat (limited to 'doc')
-rw-r--r--doc/source/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index c2a7425..87c6ed1 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