remove double returns

pull/6589/head
Frantisek Holop 2020-11-24 09:58:10 +01:00 zatwierdzone przez Karl Hobley
rodzic 2cefe4ebd9
commit 8f4e799fb8
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -255,7 +255,7 @@ support writing phrase queries by wrapping the phrase with double-quotes. In add
add filters into the query using the colon syntax (``hello world published:yes``).
These two features can be implemented using the ``parse_query_string`` utility function. This function takes a query string that a user
typed and returns returns a query object and dictionary of filters:
typed and returns a query object and dictionary of filters:
For example: