diff options
| author | Andy Garfield <andyjgarfield@gmail.com> | 2021-07-28 15:46:36 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-28 15:46:36 -0400 |
| commit | 1ffbc6cfdacd4c052bf39ce70a8e31a7b261a439 (patch) | |
| tree | bd3b6d12791f8cb4440f50594cf9b1d1eeadae89 /webtest | |
| parent | cf4ccaa0fcd0d73b690855abb379d96d9555d0d5 (diff) | |
| download | webtest-1ffbc6cfdacd4c052bf39ce70a8e31a7b261a439.tar.gz | |
Typo fix
Diffstat (limited to 'webtest')
| -rw-r--r-- | webtest/lint.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webtest/lint.py b/webtest/lint.py index e0e6870..c5a7caa 100644 --- a/webtest/lint.py +++ b/webtest/lint.py @@ -529,7 +529,7 @@ def check_content_type(status, headers): return elif not length: warnings.warn(("Content-Type header found in a %s response, " - "which not return content.") % code, + "which should not return content.") % code, WSGIWarning) return else: |
