diff -r f854cf9b089e -r c6cdd060212e web/request.py --- a/web/request.py Tue Feb 14 09:39:44 2012 +0100 +++ b/web/request.py Thu Feb 16 14:15:37 2012 +0100 @@ -63,7 +63,7 @@ * if the parameter is already a list or tuple, just skip internal markers - if pop is True, the parameter is removed from the form dictionnary + if pop is True, the parameter is removed from the form dictionary """ if pop: try: @@ -97,7 +97,7 @@ self.html_headers = HTMLHead(self) # form parameters self.setup_params(form) - # dictionnary that may be used to store request data that has to be + # dictionary that may be used to store request data that has to be # shared among various components used to publish the request (views, # controller, application...) self.data = {} @@ -263,7 +263,7 @@ * if the parameter is already a list or tuple, just skip internal markers - if pop is True, the parameter is removed from the form dictionnary + if pop is True, the parameter is removed from the form dictionary """ if form is None: form = self.form