Merge "Fix docstring formatting nit in uuidsentinel"

This commit is contained in:
Zuul 2018-08-28 20:53:27 +00:00 committed by Gerrit Code Review
commit 5b7c99bbc5
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ class _UUIDSentinels(object):
referring to the same attribute will give the same UUID for the life of the referring to the same attribute will give the same UUID for the life of the
instance. Plan accordingly. instance. Plan accordingly.
Usage: Usage::
from oslo_utils.fixture import uuidsentinel as uuids from oslo_utils.fixture import uuidsentinel as uuids
... ...