Remove the explanation of nonexistent parameter

Change-Id: Ib9b8eb4a3c9e20612e0675a3f2688dd662a1524a
This commit is contained in:
wbluo0907 2017-07-17 09:17:17 +08:00
parent 8f1223b309
commit aca261349b
1 changed files with 0 additions and 1 deletions

View File

@ -346,7 +346,6 @@ class Connection(pymongo_base.Connection):
Sort instructions are used in the query to determine what attributes
to sort on and what direction to use.
:param q: The query dict passed in.
:param sort_keys: array of attributes by which results be sorted.
:param sort_dir: direction in which results be sorted (asc, desc).
:return: sort instructions and paging operator