Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Fix docstring return val (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Aug 31, 2012
1 parent fe17ba7 commit 25275b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gittip/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 25275b2

Please sign in to comment.