summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Nemec <bnemec@redhat.com>2018-08-28 15:25:18 +0000
committerBen Nemec <bnemec@redhat.com>2018-08-28 15:25:18 +0000
commit9fdcf64720d6450193cf3fe99cd2bef3d0f1ee69 (patch)
treebae3d43d0bbac530215bd1afe5d904d80ebd5749
parent63d7649ed5e0252cbaf6bc1f0a02542f458b221f (diff)
downloadoslo-utils-9fdcf64720d6450193cf3fe99cd2bef3d0f1ee69.tar.gz
Fix docstring formatting nit in uuidsentinel
This doesn't actually appear in the docs because it's a private class, but if we ever made it public we want it to format the code block correctly. Change-Id: Ia79b58d6d7847b65f946763c82a25ce8d8e581fb
-rw-r--r--oslo_utils/fixture.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oslo_utils/fixture.py b/oslo_utils/fixture.py
index 1872c70..912d81b 100644
--- a/oslo_utils/fixture.py
+++ b/oslo_utils/fixture.py
@@ -62,7 +62,7 @@ class _UUIDSentinels(object):
referring to the same attribute will give the same UUID for the life of the
instance. Plan accordingly.
- Usage:
+ Usage::
from oslo_utils.fixture import uuidsentinel as uuids
...