@@ -237,7 +237,7 @@ def search_text(self, text, language=None):
237
237
for the search and the rules for the stemmer and tokenizer.
238
238
If not specified, the search uses the default language of the index.
239
239
For supported languages, see
240
- `Text Search Languages <http ://docs.mongodb.org/manual/reference/text-search-languages/#text-search-languages>`.
240
+ `Text Search Languages <https ://docs.mongodb.org/manual/reference/text-search-languages/#text-search-languages>`.
241
241
"""
242
242
queryset = self .clone ()
243
243
if queryset ._search_text :
@@ -255,7 +255,7 @@ def search_text(self, text, language=None):
255
255
return queryset
256
256
257
257
def get (self , * q_objs , ** query ):
258
- """Retrieve the the matching object raising
258
+ """Retrieve the matching object raising
259
259
:class:`~mongoengine.queryset.MultipleObjectsReturned` or
260
260
`DocumentName.MultipleObjectsReturned` exception if multiple results
261
261
and :class:`~mongoengine.queryset.DoesNotExist` or
@@ -1296,10 +1296,10 @@ def from_json(self, json_data):
1296
1296
return [self ._document ._from_son (data ) for data in son_data ]
1297
1297
1298
1298
def aggregate (self , pipeline , * suppl_pipeline , ** kwargs ):
1299
- """Perform a aggregate function based in your queryset params
1299
+ """Perform an aggregate function based on your queryset params
1300
1300
1301
- :param pipeline: list of aggregation commands,\
1302
- see: http ://docs .mongodb.org /manual/core/aggregation-pipeline/
1301
+ :param pipeline: list of aggregation commands,
1302
+ see: https ://www .mongodb.com/docs /manual/core/aggregation-pipeline/
1303
1303
:param suppl_pipeline: unpacked list of pipeline (added to support deprecation of the old interface)
1304
1304
parameter will be removed shortly
1305
1305
:param kwargs: (optional) kwargs dictionary to be passed to pymongo's aggregate call
0 commit comments