mirror of https://github.com/grpc/grpc.io.git
Replace link to python docs from 2 to 3 (#1277)
The link to `iterator` docs is connected to python2, not python3.
This commit is contained in:
parent
ace0154833
commit
4c1203e358
|
@ -266,7 +266,7 @@ method yields zero or more responses.
|
|||
##### Request-streaming RPC
|
||||
|
||||
The request-streaming method `RecordRoute` uses an
|
||||
[iterator](https://docs.python.org/2/library/stdtypes.html#iterator-types) of
|
||||
[iterator](https://docs.python.org/3/library/stdtypes.html#iterator-types) of
|
||||
request values and returns a single response value.
|
||||
|
||||
```python
|
||||
|
|
Loading…
Reference in New Issue