Skip to content

Commit

Permalink
removing bracket typo from rest_api docs (dlt-hub#566)
Browse files Browse the repository at this point in the history
removing extra bracket from `rest_api` docs
  • Loading branch information
alanmmolina authored and Nicolas ESTRADA committed Oct 5, 2024
1 parent 62040ed commit 7cae46f
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 7cae46f

Please sign in to comment.