summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
...