Skip to content

Commit

Permalink
correct a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dcrosta committed Dec 28, 2011
1 parent 292ca45 commit 459a88a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_pymongo/__init__.py
Expand Up @@ -205,7 +205,7 @@ def get_upload(filename):
return mongo.send_file(filename)
:param str filename: the filename of the file to return
:param str base: base the base name of the GridFS collections to use
:param str base: the base name of the GridFS collections to use
:param bool version: if positive, return the Nth revision of the file
identified by filename; if negative, return the Nth most recent
revision. If no such version exists, return with HTTP status 404.
Expand Down

0 comments on commit 459a88a

Please sign in to comment.