aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2016-08-01 16:00:27 +0200
committerArmin Rigo <arigo@tunes.org>2016-08-01 16:00:27 +0200
commit62f5d54920a3b4446684204049c9b9161f877f29 (patch)
treedcbce7705cd24c486afdfd459c2b750660c661bf /requirements.txt
parentIssue #2353: improve the error message when doing 'enumerate(x)' (diff)
downloadpypy-62f5d54920a3b4446684204049c9b9161f877f29.tar.gz
pypy-62f5d54920a3b4446684204049c9b9161f877f29.tar.bz2
pypy-62f5d54920a3b4446684204049c9b9161f877f29.zip
update comment
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index c1d1ed613e..d6f41a78ba 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,3 +1,3 @@
-# hypothesis is used for test generation on untranslated jit tests
+# hypothesis is used for test generation on untranslated tests
hypothesis
enum34>=1.1.2