Skip to content

Commit

Permalink
Fixes a doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanphix committed Sep 5, 2012
1 parent d4aec8c commit a0650ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ You should also consider having per user chunk upload directory::
class MyResumableUploadView(ResumableUploadView):
@property
def chunks_dir(self):
return request.user.profile.chunks_dir
return self.request.user.profile.chunks_dir


Fields
Expand Down

0 comments on commit a0650ba

Please sign in to comment.