Skip to content

Commit 5c63629

Browse files
committed
removed unnecessary readme callout
1 parent 462ea90 commit 5c63629

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ Functionality between the synchronous and asynchronous clients is otherwise iden
9191
## Examples
9292

9393
Workflow-oriented runnable examples are documented in [`EXAMPLES.md`](./EXAMPLES.md).
94-
For a suspend/resume plus shared snapshot restore workflow, see [`examples/devbox_snapshots.py`](./examples/devbox_snapshots.py).
9594

9695
`EXAMPLES.md` is generated from metadata in `examples/*.py` and should not be edited manually.
9796
Regenerate it with:
@@ -289,7 +288,7 @@ Error codes are as follows:
289288

290289
Certain errors are automatically retried 5 times by default, with a short exponential backoff.
291290
Connection errors (for example, due to a network connectivity problem), 408 Request Timeout, 409 Conflict,
292-
429 Rate Limit, and >=500 Internal errors are all retried by default for GET requests. For POST requests, only
291+
429 Rate Limit, and >=500 Internal errors are all retried by default for GET requests. For POST requests, only
293292
429 errors will be retried.
294293

295294
You can use the `max_retries` option to configure or disable retry settings:

0 commit comments

Comments
 (0)