[doc] fix bad class ref stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 06 Jan 2011 11:54:37 +0100
branchstable
changeset 6784 562dd184cbc7
parent 6781 5062d86d6ffe
child 6785 c462147c9315
[doc] fix bad class ref
server/hook.py
--- a/server/hook.py	Wed Jan 05 15:32:56 2011 +0100
+++ b/server/hook.py	Thu Jan 06 11:54:37 2011 +0100
@@ -239,8 +239,8 @@
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 .. autoclass:: cubicweb.server.hook.Hook
 .. autoclass:: cubicweb.server.hook.Operation
-.. autoclass:: cubicweb.server.hook.DataOperation
 .. autoclass:: cubicweb.server.hook.LateOperation
+.. autoclass:: cubicweb.server.hook.DataOperationMixIn
 """
 
 from __future__ import with_statement