aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/database.py
diff options
context:
space:
mode:
Diffstat (limited to 'pysite/database.py')
-rw-r--r--pysite/database.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pysite/database.py b/pysite/database.py
index 1c9cb838..45b13ad6 100644
--- a/pysite/database.py
+++ b/pysite/database.py
@@ -341,7 +341,7 @@ class RethinkDB:
new_connection=True
)
- def pluck(self, table_name: str, *selectors: Union[str, Dict[str, Union[List[...], Dict[str, ...]]]]):
+ def pluck(self, table_name: str, *selectors: Union[str, Dict[str, Union[List, Dict]]]):
"""
Get a list of values for a specific set of keys for every document in the table; this can include
nested values