From c065f17c6a79ec52abc370c91f49e570798cf38e Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 26 Oct 2012 08:37:54 -0400 Subject: doc: update :class: to :py:class: 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 f8d3767..77c0162 100644 --- a/libbe/storage/util/properties.py +++ b/libbe/storage/util/properties.py @@ -364,7 +364,7 @@ def change_hook_property(hook, mutable=False, default=None): t.x.append(5) # external modification t.x # dummy access notices change and triggers hook - See :class:`testChangeHookMutableProperty` for an example of the + See :py:class:`testChangeHookMutableProperty` for an example of the expected behavior. Parameters -- cgit