Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit be0f3f7

Browse files
committedApr 3, 2024
chore(docs): fix highlighting of example code - lines moved
1 parent ec79ded commit be0f3f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/utilities/idempotency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -918,7 +918,7 @@ You can provide the _**response_hook**_ using _**IdempotentConfig**_.
918918

919919
=== "Using an Idempotent Response Hook"
920920

921-
```python hl_lines="15-26 31"
921+
```python hl_lines="15-25 30"
922922
--8<-- "examples/idempotency/src/working_with_response_hook.py"
923923
```
924924

0 commit comments

Comments
 (0)
Please sign in to comment.