diff options
| author | Kyle Kelley <rgbkrk@gmail.com> | 2013-12-11 23:59:31 -0600 |
|---|---|---|
| committer | Kyle Kelley <rgbkrk@gmail.com> | 2013-12-11 23:59:31 -0600 |
| commit | e2a773ed6d686b63b61d1f0b9f49b95bb0403519 (patch) | |
| tree | 0a3eca3d718d6e7f282f65be16988592336d2d69 /docs/intro.md | |
| parent | ea2db3c607f949ecf83f44d63d454a89cf9dcb41 (diff) | |
| download | httpretty-e2a773ed6d686b63b61d1f0b9f49b95bb0403519.tar.gz | |
Lil grammar fix
Diffstat (limited to 'docs/intro.md')
| -rw-r--r-- | docs/intro.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro.md b/docs/intro.md index 7187a65..b50c4b9 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -76,7 +76,7 @@ Python's [socket](http://docs.python.org/library/socket.html) core module, reimplementing the HTTP protocol, by mocking requests and responses. -As for it works in this way, you don't need to worry what http library +As for how it works this way, you don't need to worry what http library you're gonna use. HTTPretty will mock the response for you :) *(and also give you the latest requests so that you can check them)* |
