Skip to content

Commit

Permalink
Fix typo in docstring: cache_poliy -> cache_policy
Browse files Browse the repository at this point in the history
  • Loading branch information
admp authored Oct 11, 2022
1 parent 66fd002 commit 888be3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wikidata/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class Client:
:attr:`~.entity.Entity.id` for less HTTP
requests. :const:`True` by default.
:type entity_type_guess: :class:`bool`
:param cache_poliy: A caching policy for API calls. No cache
:param cache_policy: A caching policy for API calls. No cache
(:class:`~wikidata.cache.NullCachePolicy`) by default.
:type cache_policy: :class:`~wikidata.cache.CachePolicy`
Expand Down

0 comments on commit 888be3b

Please sign in to comment.