Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PubSub: Publisher Futures result TimeOutError documentation is not matched with the code #9215

Closed
michael-wilg-8 opened this issue Sep 12, 2019 · 1 comment · Fixed by #9216
Assignees
Labels
api: pubsub Issues related to the Pub/Sub API. type: docs Improvement to the documentation for an API.

Comments

@michael-wilg-8
Copy link

PubSub: Publisher Futures Result TimeOutError
Environment: Python 3.6.9

  • Documentation: TimeoutError – If the request times out. The link is point to https://python.readthedocs.io/en/latest/library/exceptions.html#TimeoutError
  • Code: The TimeOutError used is concurrent.futures.TimeoutError
@plamut plamut added api: pubsub Issues related to the Pub/Sub API. type: docs Improvement to the documentation for an API. labels Sep 12, 2019
@plamut
Copy link
Contributor

plamut commented Sep 12, 2019

@michael-wilg-8 Thanks for that!

@plamut plamut changed the title PubSub: [Documentation] Publisher Futures result TimeOutError documentation is not matched with the code PubSub: Publisher Futures result TimeOutError documentation is not matched with the code Sep 12, 2019
@plamut plamut self-assigned this Sep 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: pubsub Issues related to the Pub/Sub API. type: docs Improvement to the documentation for an API.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants