1
0
Fork 0
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:
Roland Haroutiounian 2015-10-28 13:59:47 +01:00
commit 4bccea4cb6

View file

@ -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):