Added missing docstring argument on _query method

This commit is contained in:
David Sauve 2009-09-01 16:14:34 -04:00
parent d593924386
commit 4761286851

View File

@ -716,6 +716,7 @@ class SearchBackend(BaseSearchBackend):
Private method that takes a query string and returns a xapian.Query.
Required arguments:
`database` -- The database to query
`query_string` -- The query string to parse
Optional arguments: