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

Change ambiguous description of backoff_factor #1436

Merged
merged 1 commit into from Sep 9, 2018
Merged

Change ambiguous description of backoff_factor #1436

merged 1 commit into from Sep 9, 2018

Commits on Sep 8, 2018

  1. Change ambiguous description of backoff_factor

    Change from `^` to `**`. Programmers not familiar with python might assume the ^ is the exponent operator, when in fact it is the bitwise XOR operator. This change will remove the ambiguity.
    Mattwmaster58 committed Sep 8, 2018
    Copy the full SHA
    d04dbda View commit details
    Browse the repository at this point in the history