summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/source/client-api.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/client-api.rst b/doc/source/client-api.rst
index ff88d7d..57f49cb 100644
--- a/doc/source/client-api.rst
+++ b/doc/source/client-api.rst
@@ -24,7 +24,7 @@ Keystone Session
.. code-block:: python
from keystoneauth1 import session
- from keystoneauth1 import v3
+ from keystoneauth1.identity import v3
# Create a password auth plugin
auth = v3.Password(auth_url='http://127.0.0.1:5000/v3/',