Skip to content

Commit

Permalink
More documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
toshikurauchi committed May 2, 2011
1 parent 11b01f3 commit be85933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion restfulie/response.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def links(self):

def link(self, rel):
"""
Get a link from with 'rel' from the header
Get a link with 'rel' from header
"""
return self.links().get(rel)

Expand Down

0 comments on commit be85933

Please sign in to comment.