From 6b7e59df3f276a58b977c9143b8816b78eff3c7a Mon Sep 17 00:00:00 2001 From: Anton Burnashev Date: Wed, 25 Sep 2024 19:54:44 +0200 Subject: [PATCH] Fix the paginator's doc heading (#1869) --- docs/website/docs/general-usage/http/rest-client.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/website/docs/general-usage/http/rest-client.md b/docs/website/docs/general-usage/http/rest-client.md index e9d42849da..125604ab94 100644 --- a/docs/website/docs/general-usage/http/rest-client.md +++ b/docs/website/docs/general-usage/http/rest-client.md @@ -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).