doc/book/en/A03a-concepts.en.txt
branchtls-sprint
changeset 1398 5fe84a5f7035
parent 1221 d474534fd04d
--- a/doc/book/en/A03a-concepts.en.txt	Fri Apr 17 13:21:05 2009 +0200
+++ b/doc/book/en/A03a-concepts.en.txt	Fri Apr 17 16:55:37 2009 +0200
@@ -267,7 +267,7 @@
   * `set_header(header, value)`, adds an arbitrary header in the response
   * `cursor()` returns a RQL cursor on the session
   * `execute(*args, **kwargs)`, shortcut to ``.cursor().execute()``
-  * `property_value(key)`, properties management (`EProperty`)
+  * `property_value(key)`, properties management (`CWProperty`)
   * dictionary `data` to store data to share informations between components
     *while a request is executed*