From d9b9c4fdb13a0e0dc41184ea8d907bd5fa156e0d Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 26 Oct 2012 08:13:13 -0400 Subject: doc: update :mod: to :py:mod: for modern Sphinx. --- libbe/storage/util/properties.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbe/storage/util/properties.py') diff --git a/libbe/storage/util/properties.py b/libbe/storage/util/properties.py index fd10a48..f8d3767 100644 --- a/libbe/storage/util/properties.py +++ b/libbe/storage/util/properties.py @@ -34,7 +34,7 @@ more information on decorators. See Also -------- -:mod:`libbe.storage.util.settings_object` : bundle properties into a convenient package +:py:mod:`libbe.storage.util.settings_object` : bundle properties into a convenient package """ -- cgit