Skip to content

Commit

Permalink
Update hcloud/_client.py
Browse files Browse the repository at this point in the history
Co-authored-by: Julian Tölle <[email protected]>
  • Loading branch information
jooola and apricote authored Nov 22, 2023
1 parent e4bdeaa commit a73c555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hcloud/_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def cached_session(self) -> Generator[Client, None, None]:
Provide a copy of the :class:`Client <hcloud.Client>` as context manager that
will cache all GET requests.
Cached response will not expire automatically, therefor the cached client must
Cached response will not expire automatically, therefore the cached client must
not be used for long living scopes.
"""
client = copy.deepcopy(self)
Expand Down

0 comments on commit a73c555

Please sign in to comment.