summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Falcão <gabriel@nacaolivre.org>2012-12-14 06:49:30 -0800
committerGabriel Falcão <gabriel@nacaolivre.org>2012-12-14 06:49:30 -0800
commitdd5e8b60769c6a00d14d0617af0ab1a0dbb9bd88 (patch)
tree26fb534e765bd92b1cfe8b886ee6dba4bc802129
parente80890db183af6d1f4f61394fc5e3a06147a56cc (diff)
parentc400172b30f88746f03740f072e7cd728181360f (diff)
downloadhttpretty-dd5e8b60769c6a00d14d0617af0ab1a0dbb9bd88.tar.gz
Merge pull request #21 from jbochi/master
Fix typo in README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5c2a5bd..63378b0 100644
--- a/README.md
+++ b/README.md
@@ -52,7 +52,7 @@ def test_one():
assert response.text == "Find the best daily deals"
- HTTPretty.disable() # disable afterwards, so that you will have no problems in coda that uses that socket module
+ HTTPretty.disable() # disable afterwards, so that you will have no problems in code that uses that socket module
```
## ohhhh, really? can that be easier?