summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-02-29 21:06:43 +0000
committerGerrit Code Review <review@openstack.org>2016-02-29 21:06:43 +0000
commit263f2389af98c96590f9c693ea9bfec982be1551 (patch)
treee46abd77c0e252f942afd62c430bba2f3e9f4229 /doc
parent73f2d496ec724509273bca6d3bb4f594d2d08e8f (diff)
parentd28571585291235d31e840ab0d916780f3055162 (diff)
downloadpython-keystoneclient-263f2389af98c96590f9c693ea9bfec982be1551.tar.gz
Merge "Fix reference to ClientException"
Diffstat (limited to 'doc')
-rw-r--r--doc/source/using-api-v3.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/source/using-api-v3.rst b/doc/source/using-api-v3.rst
index 61b2b9d..2cdbb65 100644
--- a/doc/source/using-api-v3.rst
+++ b/doc/source/using-api-v3.rst
@@ -78,8 +78,7 @@ examples of common tasks are provided below.
You can generally expect that when the client needs to propagate an
exception it will raise an instance of subclass of
-``keystoneclient.exceptions.ClientException`` (see
-:py:class:`keystoneclient.openstack.common.apiclient.exceptions.ClientException`)
+:class:`keystoneclient.exceptions.ClientException`.
Authenticating Using Sessions
=============================