We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a07157 commit 448bb35Copy full SHA for 448bb35
README.md
@@ -373,5 +373,5 @@ class DeliverHook(Task):
373
deliver_hook_wrapper = DeliverHook.delay
374
```
375
376
-We also don't handle retries or cleanup. Generally, if you get a 410 or
377
-a bunch of 4xx or 5xx, you should delete the Hook and let the user know.
+We also don't handle retries or cleanup. Generally, if you get a `410` or
+a bunch of `4xx` or `5xx`, you should delete the Hook and let the user know.
0 commit comments