--- a/cubicweb/web/test/data/views.py Tue Mar 03 12:26:47 2015 +0100
+++ b/cubicweb/web/test/data/views.py Fri Feb 05 18:23:00 2016 +0100
@@ -37,8 +37,8 @@
@ajaxfunc(output_type='json')
def fileupload(self):
- """ Return a json copy of the web request formin which uploaded files
- are read and their content substitute the received streams.
+ """ Return a json copy of the web request form in which uploaded files
+ are read and the received streams are replaced by their content.
"""
try:
result_dict = {}