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

Removed example docstring for concision #18781

Merged
merged 1 commit into from
Jun 16, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -527,9 +527,7 @@ def __init__(self, initial_backoff=15, increment_base=3, retry_total=3,
'''
Constructs an Exponential retry object. The initial_backoff is used for
the first retry. Subsequent retries are retried after initial_backoff +
increment_power^retry_count seconds. For example, by default the first retry
occurs after 15 seconds, the second after (15+3^1) = 18 seconds, and the
third after (15+3^2) = 24 seconds.
increment_power^retry_count seconds.

:param int initial_backoff:
The initial backoff interval, in seconds, for the first retry.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -527,9 +527,7 @@ def __init__(self, initial_backoff=15, increment_base=3, retry_total=3,
'''
Constructs an Exponential retry object. The initial_backoff is used for
the first retry. Subsequent retries are retried after initial_backoff +
increment_power^retry_count seconds. For example, by default the first retry
occurs after 15 seconds, the second after (15+3^1) = 18 seconds, and the
third after (15+3^2) = 24 seconds.
increment_power^retry_count seconds.

:param int initial_backoff:
The initial backoff interval, in seconds, for the first retry.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -527,9 +527,7 @@ def __init__(self, initial_backoff=15, increment_base=3, retry_total=3,
'''
Constructs an Exponential retry object. The initial_backoff is used for
the first retry. Subsequent retries are retried after initial_backoff +
increment_power^retry_count seconds. For example, by default the first retry
occurs after 15 seconds, the second after (15+3^1) = 18 seconds, and the
third after (15+3^2) = 24 seconds.
increment_power^retry_count seconds.

:param int initial_backoff:
The initial backoff interval, in seconds, for the first retry.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -527,9 +527,7 @@ def __init__(self, initial_backoff=15, increment_base=3, retry_total=3,
'''
Constructs an Exponential retry object. The initial_backoff is used for
the first retry. Subsequent retries are retried after initial_backoff +
increment_power^retry_count seconds. For example, by default the first retry
occurs after 15 seconds, the second after (15+3^1) = 18 seconds, and the
third after (15+3^2) = 24 seconds.
increment_power^retry_count seconds.

:param int initial_backoff:
The initial backoff interval, in seconds, for the first retry.
Expand Down