summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Brown <browne@vmware.com>2016-10-28 03:19:16 -0700
committerEric Brown <browne@vmware.com>2016-10-28 03:19:16 -0700
commitf77d420fc966f157dbbf619851e6b5c1bdbebe62 (patch)
treeeb05e8ba4ba7645c1f36251cd9d808e17390dd07
parent7b40ded270a3df89063939c8e34e53645fdfc878 (diff)
downloadoslo-utils-f77d420fc966f157dbbf619851e6b5c1bdbebe62.tar.gz
Trivial fixes to the usage doc
* Doc title containing too many = * A tab instead of spaces Change-Id: I87cc4cec257d937fcc87d98b76ef0446451fc822
-rw-r--r--doc/source/usage.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/usage.rst b/doc/source/usage.rst
index 6a79dbc..88ee1ad 100644
--- a/doc/source/usage.rst
+++ b/doc/source/usage.rst
@@ -1,10 +1,10 @@
-=========
+=======
Usage
-=========
+=======
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')