mirror of
https://github.com/yweber/lodel2.git
synced 2026-08-07 12:58:37 +02:00
Corrected a docstring
This commit is contained in:
parent
e3dba75747
commit
4bccea4cb6
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ class LeDataSourceSQL(DummyDatasource):
|
|||
# Returning it as a list of dict
|
||||
return all_to_dicts(results)
|
||||
|
||||
# @brief prepares the filters to be used by the mosql library's functions
|
||||
## @brief prepares the filters to be used by the mosql library's functions
|
||||
# @params filters : (FIELD, OPERATOR, VALUE) tuples
|
||||
# @return dict : Dictionnary with (FIELD, OPERATOR):VALUE style elements
|
||||
def _prepare_filters(self, filters):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue