summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorniuke <niuke19970315@163.com>2022-07-28 13:33:49 +0800
committerKe Niu <niuke@inspur.com>2022-07-28 10:24:35 +0000
commit968f8cc8df14e91748409353937f85ca17030770 (patch)
tree13f772af81015b5f073cd070807aa7363dc97fc2
parent88c2b2ede6ac514de1ee1b0671c587751916295c (diff)
downloadoslo-vmware-968f8cc8df14e91748409353937f85ca17030770.tar.gz
remove unicode literal from code
Change-Id: I2a0271618074ceb68fed716da347ad5fde217a28
-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 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