From af3a22e306232d2c56e90f6a827df1beed4b51a2 Mon Sep 17 00:00:00 2001 From: niuke Date: Tue, 23 Aug 2022 19:06:39 +0800 Subject: [PATCH] remove unicode prefix from code Change-Id: Iea2b4f8ce22b7592242d140a722ac234d84a7f7d --- 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 71b921b..54b9087 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -81,7 +81,7 @@ master_doc = 'index' exclude_trees = [] # General information about the project. -copyright = u"2017, Cinder Developers" +copyright = "2017, Cinder Developers" # openstackdocstheme options openstackdocs_repo_name = 'openstack/cinderlib'