Skip to content

Commit

Permalink
removing bracket typo from rest_api docs (#566)
Browse files Browse the repository at this point in the history
removing extra bracket from `rest_api` docs
  • Loading branch information
alanmmolina authored Sep 28, 2024
1 parent 59749e6 commit c15af03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/rest_api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Possible paginators are:
Usage example of the `JSONLinkPaginator`, for a response with the URL of the next page located at `paging.next`:
```python
"paginator": JSONLinkPaginator(
next_url_path="paging.next"]
next_url_path="paging.next"
)
```

Expand Down

0 comments on commit c15af03

Please sign in to comment.