Skip to content

Commit

Permalink
Encty -> Entry typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwecan committed Apr 29, 2021
1 parent 7eb6859 commit cac5e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hvac/adapters.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ def request(self, method, url, headers=None, raise_exception=True, **kwargs):
_kwargs.update(kwargs)

if self.strict_http and method.lower() in ('list',):
# Encty point for standard HTTP substitution
# Entry point for standard HTTP substitution
params = _kwargs.get('params', {})
if method.lower() == 'list':
method = 'get'
Expand Down

0 comments on commit cac5e71

Please sign in to comment.