Skip to content
Merged
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
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# backoff

[![Build Status](https://github.com/python-backoff/backoff/actions/workflows/ci.yaml/badge.svg)](https://github.com/python-backoff/backoff/actions/workflows/ci.yaml)
[![PyPI Version](https://img.shields.io/pypi/v/backoff.svg)](https://pypi.python.org/pypi/backoff)
[![PyPI Version](https://img.shields.io/pypi/v/python-backoff.svg)](https://pypi.python.org/pypi/python-backoff)
[![License](https://img.shields.io/github/license/python-backoff/backoff)](https://github.com/python-backoff/backoff/blob/main/LICENSE)

**Function decoration for backoff and retry**
Expand Down Expand Up @@ -87,6 +87,6 @@ def poll_for_result(job_id):
## Project Links

- [GitHub Repository](https://github.com/python-backoff/backoff)
- [PyPI Package](https://pypi.org/project/backoff/)
- [PyPI Package](https://pypi.org/project/python-backoff/)
- [Issue Tracker](https://github.com/python-backoff/backoff/issues)
- [Changelog](https://github.com/python-backoff/backoff/blob/main/CHANGELOG.md)
Loading