summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorxuanyandong <xuanyandong@inspur.com>2021-01-03 16:02:16 +0800
committerxuanyandong <xuanyandong@inspur.com>2021-01-03 16:02:16 +0800
commit273009f63d1766f0b84c7fbdf5b72e5bd6403ec7 (patch)
tree8721758a32356bcc7c5bf72d73d3188f4d378012 /doc
parent503db6071acebdabffa994ef86829eb438249db4 (diff)
downloadoslo-db-273009f63d1766f0b84c7fbdf5b72e5bd6403ec7.tar.gz
remove unicode from code
Change-Id: Ia782bc7127a1cb967e2f475065b1fb963b9c184f
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 7006f0d..cc9cfc6 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