Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nyurik committed Aug 7, 2020
1 parent 43ab283 commit 8a04277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -48,7 +48,7 @@ The library requires Python 3.6+
* Create a `Site` object, either directly or with the `wikipedia` helper function.
* Use `site.query(...)` or `site.iterate(action, ...)` for all iteration-related API calls. The API will handle all the continuation logic internally.
* Use `site.query_pages(...)` to get one page object at a time from the action=query.
* Use `site('query', meta='siteinfo')` te access any API action, passing any additional params as keys.
* Use `site('query', meta='siteinfo')` to access any API action, passing any additional params as keys.

### Data formats
The library will properly handle all of the basic parameter types:
Expand Down

0 comments on commit 8a04277

Please sign in to comment.