From 4109b31dac08b607603590c798b41fad745f6bdf Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 14 Aug 2020 06:46:34 +0200 Subject: [PATCH] Update wording in documentation --- docs/developer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer.md b/docs/developer.md index ce454cec2..f09ae2c76 100644 --- a/docs/developer.md +++ b/docs/developer.md @@ -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: