diff options
| author | Gael Pasgrimaud <gael@gawel.org> | 2013-01-29 11:58:33 +0100 |
|---|---|---|
| committer | Gael Pasgrimaud <gael@gawel.org> | 2013-01-29 11:58:33 +0100 |
| commit | bfc2b120f383343dfd7b16bf49e578a12087b723 (patch) | |
| tree | 58e40053fbf2af1de5d0a7eac2ac55a59b0be99d /docs | |
| parent | 22f4852eb3ed601a5f0f479f2fd505036315ae94 (diff) | |
| download | webtest-bfc2b120f383343dfd7b16bf49e578a12087b723.tar.gz | |
typo
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/webtest.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/webtest.txt b/docs/webtest.txt index c5ee7fd..d0067e2 100644 --- a/docs/webtest.txt +++ b/docs/webtest.txt @@ -48,7 +48,7 @@ can pass in a dictionary (or dictionary-like object), or a string body (dictionary objects are turned into HTML form submissions). You can also pass in the keyword argument upload_files, which is a -list of ``[(fieldname, filename, fild_content)]``. File uploads use a +list of ``[(fieldname, filename, field_content)]``. File uploads use a different form submission data type to pass the structured data. For other verbs you can use: |
