--- a/server/session.py Mon Jul 08 12:41:08 2013 +0200
+++ b/server/session.py Mon Jul 08 15:24:43 2013 +0200
@@ -720,14 +720,13 @@
class Session(RequestSessionBase):
"""Repository user session
- This tie all together:
+ This ties all together:
* session id,
* user,
* connections set,
* other session data.
- About session storage / transactions
- ------------------------------------
+ **About session storage / transactions**
Here is a description of internal session attributes. Besides :attr:`data`
and :attr:`transaction_data`, you should not have to use attributes