Try out an alternate way to indicate code blocks in docs

This commit is contained in:
Selwin Ong 2019-01-23 19:10:16 +07:00
parent 7a6abb4738
commit 7d6cccb654
1 changed files with 2 additions and 3 deletions

View File

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