aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/storage/util/properties.py
diff options
context:
space:
mode:
Diffstat (limited to 'libbe/storage/util/properties.py')
-rw-r--r--libbe/storage/util/properties.py2
1 files changed, 1 insertions, 1 deletions
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