Try out an alternate way to indicate code blocks in docs

main
Selwin Ong 6 years ago
parent 7a6abb4738
commit 7d6cccb654

@ -42,12 +42,11 @@ def my_handler(job, exc_type, exc_value, traceback):
You might also see the three exception arguments encoded as: You might also see the three exception arguments encoded as:
{% highlight python %} ```python
def my_handler(job, *exc_info): def my_handler(job, *exc_info):
# do custom things here # do custom things here
... ...
{% endhighlight %} ```
## Chaining exception handlers ## Chaining exception handlers

Loading…
Cancel
Save