Skip to content

Commit

Permalink
Fix typo (#1516)
Browse files Browse the repository at this point in the history
  • Loading branch information
moshe authored and sjsadowski committed Mar 15, 2019
1 parent 269100e commit 773a66b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sanic/exceptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ app = Sanic()
app.error_handler.add(Exception, server_error_handler)
```

In some cases, you might want want to add some more error handling
In some cases, you might want to add some more error handling
functionality to what is provided by default. In that case, you
can subclass Sanic's default error handler as such:

Expand Down

0 comments on commit 773a66b

Please sign in to comment.