summaryrefslogtreecommitdiff
path: root/doc/source/user/using.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/user/using.rst')
-rw-r--r--doc/source/user/using.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/user/using.rst b/doc/source/user/using.rst
index 7d1d34e..22384d0 100644
--- a/doc/source/user/using.rst
+++ b/doc/source/user/using.rst
@@ -63,7 +63,7 @@ Constructing OpenStack SDK object
If what you want to do is get an OpenStack SDK Connection and you want it to
do all the normal things related to clouds.yaml, `OS_` environment variables,
a helper function is provided. The following will get you a fully configured
-`openstacksdk` instance.
+`openstack.connection.Connection` instance.
.. code-block:: python