aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2015-01-12 10:14:08 +0100
committerMilo Casagrande <milo.casagrande@linaro.org>2015-01-12 10:14:08 +0100
commit15cffd3490a71621c8d35ecf235f21671e78e740 (patch)
tree3651baff55fbc7972ed58b17bbca01a55c969ca6
parent848201bf0eab22d5fd847fc80a36824808d3c9c9 (diff)
Fix report doc string.
Change-Id: Ic4dd852e82bb49da5c540a91ec411de663137019
-rw-r--r--app/utils/report.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/utils/report.py b/app/utils/report.py
index 3e435c1..7bef4dc 100644
--- a/app/utils/report.py
+++ b/app/utils/report.py
@@ -196,7 +196,7 @@ def _parse_results(results, get_unique=False):
`defconfig_full` keys.
:param results: The results to parse.
- :type results: list
+ :type results: `pymongo.cursor.Cursor` or a list of dict
:param get_unique: Return the unique values in the data structure. Default
to False.
:type get_unique: bool