From 79412ccc9d5e6b29832f219078e4647c73fcec80 Mon Sep 17 00:00:00 2001 From: Anton Burnashev Date: Wed, 27 Mar 2024 13:14:54 +0300 Subject: [PATCH] Add ticks --- docs/website/docs/general-usage/rest-client.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/website/docs/general-usage/rest-client.md b/docs/website/docs/general-usage/rest-client.md index 4df54a71ea..ce14907d0d 100644 --- a/docs/website/docs/general-usage/rest-client.md +++ b/docs/website/docs/general-usage/rest-client.md @@ -234,7 +234,7 @@ response = client.get("/protected/resource") ## Advanced Usage -RESTClient.paginate() allows to specify a custom hook function that can be used to modify the response objects. For example, to handle specific HTTP status codes gracefully: +`RESTClient.paginate()` allows to specify a custom hook function that can be used to modify the response objects. For example, to handle specific HTTP status codes gracefully: ```py def custom_response_handler(response):