# HG changeset patch # User Julien Cristau # Date 1454692980 -3600 # Node ID e48db902af71a12f435d662a94263934d3066c4d # Parent fccc6ddd975c4f05387f291d3ad8e69d2b66f607 [web/test] Reword doc string for fileupload ajaxfunc diff -r fccc6ddd975c -r e48db902af71 cubicweb/web/test/data/views.py --- 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 = {}