diff options
| author | Gabriel Falcão <gabriel@nacaolivre.org> | 2012-12-14 06:49:30 -0800 |
|---|---|---|
| committer | Gabriel Falcão <gabriel@nacaolivre.org> | 2012-12-14 06:49:30 -0800 |
| commit | dd5e8b60769c6a00d14d0617af0ab1a0dbb9bd88 (patch) | |
| tree | 26fb534e765bd92b1cfe8b886ee6dba4bc802129 | |
| parent | e80890db183af6d1f4f61394fc5e3a06147a56cc (diff) | |
| parent | c400172b30f88746f03740f072e7cd728181360f (diff) | |
| download | httpretty-dd5e8b60769c6a00d14d0617af0ab1a0dbb9bd88.tar.gz | |
Merge pull request #21 from jbochi/master
Fix typo in README
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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? |
