From: Kevin Burke Date: Sat, 23 Aug 2014 17:10:44 +0000 (-0700) Subject: clarify comment X-Git-Tag: v2.4.0~7^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=024db279c48edfaafe4b6b97921b292c6687a4e3;p=services%2Fpython-requests.git clarify comment --- diff --git a/Makefile b/Makefile index 7c85872..687f21a 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: