Update wording in documentation

This commit is contained in:
Matthias 2020-08-14 06:46:34 +02:00 committed by GitHub
parent 3afd5b631e
commit 4109b31dac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ docker-compose exec freqtrade_develop /bin/bash
## ErrorHandling
Freqtrade Exceptions all inherit from `FreqtradeException`.
This general class of error should however not be used directly, instead, multiple specialized sub-Exceptions exist.
This general class of error should however not be used directly. Instead, multiple specialized sub-Exceptions exist.
Below is an outline of exception inheritance hierarchy: