From 9fdcf64720d6450193cf3fe99cd2bef3d0f1ee69 Mon Sep 17 00:00:00 2001 From: Ben Nemec Date: Tue, 28 Aug 2018 15:25:18 +0000 Subject: [PATCH] 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 --- oslo_utils/fixture.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ...