summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKevin Burke <kev@inburke.com>2014-08-23 10:10:44 -0700
committerKevin Burke <kev@inburke.com>2014-08-23 10:10:44 -0700
commit024db279c48edfaafe4b6b97921b292c6687a4e3 (patch)
tree5c81d8daed393f171740123a519871ffa429ec3b /Makefile
parente70179a6201ba2149d61356badd908900680821d (diff)
downloadpython-requests-024db279c48edfaafe4b6b97921b292c6687a4e3.tar.gz
clarify comment
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7c858729..687f21a3 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ init:
test:
# This runs all of the tests. To run an individual test, run py.test with
- # the -k flag, like "py.test -k "
+ # the -k flag, like "py.test -k test_path_is_not_double_encoded"
py.test test_requests.py
coverage: