req.py
branchstable
changeset 8238 087bb529035c
parent 7990 a673d1d9a738
child 8309 48ef505aa9f9
--- a/req.py	Mon Feb 13 17:57:07 2012 +0100
+++ b/req.py	Thu Feb 16 14:14:52 2012 +0100
@@ -299,7 +299,7 @@
 
     @cached
     def user_data(self):
-        """returns a dictionnary with this user's information"""
+        """returns a dictionary with this user's information"""
         userinfo = {}
         if self.is_internal_session:
             userinfo['login'] = "cubicweb"
@@ -324,7 +324,7 @@
         object isn't selectable, try to select fallback object if
         `__fallback_oid` is specified.
 
-        If specified `initargs` is expected to be a dictionnary containing
+        If specified `initargs` is expected to be a dictionary containing
         arguments that should be given to selection (hence to object's __init__
         as well), but not to render(). Other arbitrary keyword arguments will be
         given to selection *and* to render(), and so should be handled by