We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6176bd7 commit a9acc98Copy full SHA for a9acc98
docs/source/load.rst
@@ -13,10 +13,10 @@ To load a JSON query file, run the parser:
13
14
.. code-block:: python
15
16
- from search_query.search_file import SearchFile
+ from search_query.search_file import load_search_file
17
from search_query.parser import parse
18
19
- search = SearchFile("search-file.json")
+ search = load_search_file("search-file.json")
20
query = parse(search.search_string, platform=search.platform)
21
22
0 commit comments