doc/book/en/tutorials/tools/windmill.rst
branchstable
changeset 6880 4be32427b2b9
parent 6424 f443a2b8a5c7
child 7529 2fdc310be7cd
--- a/doc/book/en/tutorials/tools/windmill.rst	Mon Jan 24 09:42:09 2011 +0100
+++ b/doc/book/en/tutorials/tools/windmill.rst	Mon Jan 24 11:39:53 2011 +0100
@@ -150,7 +150,7 @@
 
 If you want to change cubicweb test server parameters, you can check class
 variables from :class:`CubicWebServerConfig` or inherit it with overriding the
-:var:`configcls` attribute in :class:`CubicWebServerTC` ::
+:attr:`configcls` attribute in :class:`CubicWebServerTC` ::
 
 .. sourcecode:: python