Skip to content

Commit

Permalink
fix broken external docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
swistakm committed Sep 20, 2013
1 parent bcbe740 commit 66d9182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mongoengine/queryset/base.py
Expand Up @@ -850,7 +850,7 @@ def map_reduce(self, map_f, reduce_f, output, finalize_f=None, limit=None,
:param output: output collection name, if set to 'inline' will try to
use :class:`~pymongo.collection.Collection.inline_map_reduce`
This can also be a dictionary containing output options
see: http://docs.mongodb.org/manual/reference/commands/#mapReduce
see: http://docs.mongodb.org/manual/reference/command/mapReduce/#dbcmd.mapReduce
:param finalize_f: finalize function, an optional function that
performs any post-reduction processing.
:param scope: values to insert into map/reduce global scope. Optional.
Expand Down

0 comments on commit 66d9182

Please sign in to comment.