an utf-8 -> a utf-8 stable
authorRémi Cardona <remi.cardona@logilab.fr>
Mon, 14 Apr 2014 12:29:01 +0200
branchstable
changeset 9703 79ad734ca4d3
parent 9702 c2108dbfb508
child 9704 43c9896d0e9f
an utf-8 -> a utf-8
web/formwidgets.py
--- a/web/formwidgets.py	Mon Apr 14 12:27:37 2014 +0200
+++ b/web/formwidgets.py	Mon Apr 14 12:29:01 2014 +0200
@@ -315,7 +315,7 @@
 
 
 class PasswordSingleInput(Input):
-    """Simple <input type='password'>, will return an utf-8 encoded string.
+    """Simple <input type='password'>, will return a utf-8 encoded string.
 
     You may prefer using the :class:`~cubicweb.web.formwidgets.PasswordInput`
     widget which handles password confirmation.
@@ -332,7 +332,7 @@
 class PasswordInput(Input):
     """<input type='password'> and a confirmation input. Form processing will
     fail if password and confirmation differs, else it will return the password
-    as an utf-8 encoded string.
+    as a utf-8 encoded string.
     """
     type = 'password'