summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2014-03-29 12:11:55 +0100
committerFlorent Xicluna <florent.xicluna@gmail.com>2014-03-29 12:11:55 +0100
commit12b4d425e304f80115f3de91a372ef0ad232ba90 (patch)
treee159a5c08ccb8bda663cb1571459a7df5c1b4a88
parenta2cd4d1575fd13862ae43ee9e490040ffce0aad1 (diff)
downloadpyflakes-12b4d425e304f80115f3de91a372ef0ad232ba90.tar.gz
Fix the test docstring
-rw-r--r--pyflakes/test/test_api.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/pyflakes/test/test_api.py b/pyflakes/test/test_api.py
index 82b92f6..f82ac62 100644
--- a/pyflakes/test/test_api.py
+++ b/pyflakes/test/test_api.py
@@ -439,8 +439,7 @@ foo = '\\xyz'
def test_encodedFileUTF8(self):
"""
- If a source file contains bytes which cannot be decoded, this is
- reported on stderr.
+ If source file declares the correct encoding, no error is reported.
"""
SNOWMAN = unichr(0x2603)
source = ("""\