Skip to content

Commit

Permalink
🦉 Updates from OwlBot post-processor
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] committed Jun 20, 2023
1 parent 4cdee6b commit a526d65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions google/api_core/retry_streaming.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ class RetryableGenerator(Generator[T, Any, None]):
There are two ways to build more advanced retry logic for streams:
1. Wrap the target
Use a ``target`` that maintains state between retries, and creates a
different generator on each retry call. For example, you can wrap a
network call in a function that modifies the request based on what has
Use a ``target`` that maintains state between retries, and creates a
different generator on each retry call. For example, you can wrap a
network call in a function that modifies the request based on what has
already been returned:
```
Expand Down

0 comments on commit a526d65

Please sign in to comment.