oslo.utils/doc/source/usage.rst
Eric Brown f77d420fc9 Trivial fixes to the usage doc
* Doc title containing too many =
* A tab instead of spaces

Change-Id: I87cc4cec257d937fcc87d98b76ef0446451fc822
2016-10-28 03:19:16 -07:00

190 B

Usage

To use oslo.utils in a project, import the individual module you need. For example:

from oslo_utils import strutils

slug = strutils.to_slug('input value')