From a3bec0bee557dfeed3c5de3d27f2e9d12ddcbbfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Falc=C3=A3o?= Date: Tue, 1 Feb 2011 09:26:27 -0200 Subject: [PATCH] bluntly --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f1b09e9..f7e307b 100644 --- a/README.md +++ b/README.md @@ -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