Skip to content

Commit

Permalink
Replace link to python docs from 2 to 3 (#1277)
Browse files Browse the repository at this point in the history
The link to `iterator` docs is connected to python2, not python3.
  • Loading branch information
jnsp committed Apr 16, 2024
1 parent ace0154 commit 4c1203e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/languages/python/basics.md
Expand Up @@ -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
Expand Down

0 comments on commit 4c1203e

Please sign in to comment.