server/session.py
branchstable
changeset 9143 1890e0df68fa
parent 8999 81a5d57d9230
child 9194 4e1946bd9ea2
--- 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