From f77d420fc966f157dbbf619851e6b5c1bdbebe62 Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Fri, 28 Oct 2016 03:19:16 -0700 Subject: [PATCH] Trivial fixes to the usage doc * Doc title containing too many = * A tab instead of spaces Change-Id: I87cc4cec257d937fcc87d98b76ef0446451fc822 --- doc/source/usage.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/usage.rst b/doc/source/usage.rst index 6a79dbc7..88ee1ad5 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')