Skip to content

Commit

Permalink
hmm
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Reitz committed Sep 11, 2011
1 parent 8052ffa commit 1be9e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/core.py
Expand Up @@ -201,7 +201,7 @@ def map(self, key, resource=None, is_collection=True):
# Assume decorator usage.

def decorator(r):
self.map(key, resource=r, collection=is_collection)
self.map(key, resource=r, is_collection=is_collection)
return r

return decorator
Expand Down

0 comments on commit 1be9e32

Please sign in to comment.