From 07c7f946019edf25f1c32a1c6d4875e4fb3ec4e4 Mon Sep 17 00:00:00 2001 From: zhangtongjian <125163227@qq.com> Date: Mon, 4 Jan 2021 17:16:58 +0800 Subject: remove unicode from code Change-Id: I2d2d025b0d8bda2ffc7be4d30489728c05f53c8e --- doc/source/conf.py | 4 ++-- doc/source/using-api-v2.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/source/conf.py b/doc/source/conf.py index e74410d..f31dc2c 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -186,8 +186,8 @@ apidoc_excluded_paths = [ # . latex_documents = [ ('index', 'doc-python-keystoneclient.tex', - u'python-keystoneclient Documentation', - u'OpenStack', 'manual'), + 'python-keystoneclient Documentation', + 'OpenStack', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of diff --git a/doc/source/using-api-v2.rst b/doc/source/using-api-v2.rst index 1b7c5de..7b0815f 100644 --- a/doc/source/using-api-v2.rst +++ b/doc/source/using-api-v2.rst @@ -79,7 +79,7 @@ This example will create a tenant named *openstackDemo*:: >>> keystone = client.Client(...) >>> keystone.tenants.create(tenant_name="openstackDemo", ... description="Default Tenant", enabled=True) - + Creating users ============== -- cgit v1.2.1