Trivial fixes to the usage doc

* Doc title containing too many =
* A tab instead of spaces

Change-Id: I87cc4cec257d937fcc87d98b76ef0446451fc822
This commit is contained in:
Eric Brown 2016-10-28 03:19:16 -07:00
parent 7b40ded270
commit f77d420fc9

View File

@ -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')