Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
jooola committed Jul 2, 2024
1 parent 7398d9a commit d169235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Before upgrading, make sure to resolve any deprecation warnings.
+from hcloud import Client
```

- [#398](https://github.com/hetznercloud/hcloud-python/pull/398): The [`Client.poll_interval`](#hcloud.Client) property is now private, make sure to configure it when creating the [`Client`](#hcloud.Client):
- [#398](https://github.com/hetznercloud/hcloud-python/pull/398): The [`Client.poll_interval`](#hcloud.Client) property is now private, make sure to configure it while creating the [`Client`](#hcloud.Client):

```diff
-client = Client(token=token)
Expand Down

0 comments on commit d169235

Please sign in to comment.