diff --git a/gittip/testing.py b/gittip/testing.py index 489f6079a1..0c4bd05777 100644 --- a/gittip/testing.py +++ b/gittip/testing.py @@ -86,7 +86,7 @@ def serve_request(path): return response def load_simplate(path): - """Given an URL path, return dict. + """Given an URL path, return resource. """ request = StubRequest(path) request.website = test_website