Skip to content

Commit a526d65

Browse files
1 parent 4cdee6b commit a526d65

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎google/api_core/retry_streaming.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ class RetryableGenerator(Generator[T, Any, None]):
5151
There are two ways to build more advanced retry logic for streams:
5252
5353
1. Wrap the target
54-
Use a ``target`` that maintains state between retries, and creates a
55-
different generator on each retry call. For example, you can wrap a
56-
network call in a function that modifies the request based on what has
54+
Use a ``target`` that maintains state between retries, and creates a
55+
different generator on each retry call. For example, you can wrap a
56+
network call in a function that modifies the request based on what has
5757
already been returned:
5858
5959
```

0 commit comments

Comments
 (0)