This commit is contained in:
Gabriel Falcão
2011-02-01 09:26:27 -02:00
parent 3efd9c6a67
commit a3bec0bee5

View File

@@ -23,8 +23,8 @@ Python's [socket](http://docs.python.org/library/socket.html) core
module, reimplementing the HTTP protocol, by mocking requests and
responses.
This is a nice thing, if you consider that mostly python http module
will be "mockable".
This is a nice thing, if you consider that all python http modules
are supposed to get mocked.
# Usage