doc: update :class: to :py:class: for modern Sphinx.
[be.git] / libbe / storage / util / properties.py
index f8d376701b21ce4ccfe4aa777a1a04a571ebd38c..77c0162740534134481fbcb3e6180dbcc8b85aa4 100644 (file)
@@ -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