FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

docs: fix spelling errors for amount in retry by vsoch · Pull Request #69 · googleapis/python-api-core · GitHub

This repository was archived by the owner on Feb 23, 2026. It is now read-only.
/ python-api-core Public archive
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .py  (1) All 1 file type selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
8 changes: 4 additions & 4 deletions google/api_core/retry.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@ def exponential_sleep_generator(initial, maximum, multiplier=_DEFAULT_DELAY_MULT
https://cloud.google.com/storage/docs/exponential-backoff

Args:
initial (float): The minimum amout of time to delay. This must
initial (float): The minimum amount of time to delay. This must
be greater than 0.
maximum (float): The maximum amout of time to delay.
maximum (float): The maximum amount of time to delay.
multiplier (float): The multiplier applied to the delay.

Yields:
Expand Down Expand Up @@ -333,9 +333,9 @@ def with_delay(self, initial=None, maximum=None, multiplier=None):
"""Return a copy of this retry with the given delay options.

Args:
initial (float): The minimum amout of time to delay. This must
initial (float): The minimum amount of time to delay. This must
be greater than 0.
maximum (float): The maximum amout of time to delay.
maximum (float): The maximum amount of time to delay.
multiplier (float): The multiplier applied to the delay.

Returns:
Expand Down

Back | FazBrowse Home | New Git URL