Mercurial > p > roundup > code
diff roundup/hyperdb.py @ 4048:7ad0918ee8bd
Clarify 'search_matches' docs.
| author | Stefan Seefeld <stefan@seefeld.name> |
|---|---|
| date | Tue, 17 Feb 2009 13:05:44 +0000 |
| parents | 27a9906cd8d1 |
| children | 625915ce35b8 |
line wrap: on
line diff
--- a/roundup/hyperdb.py Tue Feb 17 04:32:34 2009 +0000 +++ b/roundup/hyperdb.py Tue Feb 17 13:05:44 2009 +0000 @@ -1129,7 +1129,7 @@ backward-compatibility reasons a single (dir, prop) tuple is also allowed. - "search_matches" is a sequence type + "search_matches" is a container type The filter must match all properties specificed. If the property value to match is a list:
