diff --git a/oslo_utils/fixture.py b/oslo_utils/fixture.py index 1872c70e..912d81bd 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 ...