Skip to content

Commit

Permalink
Add ticks
Browse files Browse the repository at this point in the history
  • Loading branch information
burnash committed Mar 27, 2024
1 parent 3222ff7 commit 79412cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/website/docs/general-usage/rest-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 79412cc

Please sign in to comment.