summaryrefslogtreecommitdiff
path: root/doc/source/usage.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/usage.rst')
-rw-r--r--doc/source/usage.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/usage.rst b/doc/source/usage.rst
index 9e83f6b..6a79dbc 100644
--- a/doc/source/usage.rst
+++ b/doc/source/usage.rst
@@ -5,6 +5,6 @@
To use oslo.utils in a project, import the individual module you
need. For example::
- from oslo.utils import strutils
+ from oslo_utils import strutils
slug = strutils.to_slug('input value')