Skip to content

Commit

Permalink
Fix the paginator's doc heading (#1869)
Browse files Browse the repository at this point in the history
  • Loading branch information
burnash authored Sep 25, 2024
1 parent 487f3dc commit 6b7e59d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/website/docs/general-usage/http/rest-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def get_data():
yield page
```

#### Header link paginator
#### HeaderLinkPaginator

This paginator handles pagination based on a link to the next page in the response headers (e.g., the `Link` header, as used by the GitHub API).

Expand Down

0 comments on commit 6b7e59d

Please sign in to comment.