Skip to content

Spelling errors in retry.py docs #130

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

Closed
JunchengL opened this issue Jan 15, 2021 · 0 comments · Fixed by #131
Closed

Spelling errors in retry.py docs #130

JunchengL opened this issue Jan 15, 2021 · 0 comments · Fixed by #131
Assignees
Labels
type: docs Improvement to the documentation for an API.

Comments

@JunchengL
Copy link
Contributor

JunchengL commented Jan 15, 2021

Hi,

I have found the following spelling errors in retry.py docs while I am reading the code:

        initial (float): The minimum a,out of time to delay in seconds. This
            must be greater than 0.
        maximum (float): The maximum amout of time to delay in seconds.

which should be:

        initial (float): The minimum amount of time to delay in seconds. This
            must be greater than 0.
        maximum (float): The maximum amount of time to delay in seconds.

I will open a PR to fix it.

@busunkim96 busunkim96 added the type: docs Improvement to the documentation for an API. label Jan 15, 2021
gcf-merge-on-green bot pushed a commit that referenced this issue Jan 15, 2021
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [x] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/python-api-core/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
- [NA] Ensure the tests and linter pass
- [NA] Code coverage does not decrease (if any source code was changed)
- [x] Appropriate docs were updated (if necessary)

Fixes #130 🦕
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: docs Improvement to the documentation for an API.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants