From c9b31c62cd7d479d9c09ee27a1a97950c1fb4148 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 14 Oct 2024 19:10:49 +0200 Subject: [PATCH] docs: improved wording for developer docs --- docs/developer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer.md b/docs/developer.md index 401de07c1..4e7d4f2f4 100644 --- a/docs/developer.md +++ b/docs/developer.md @@ -116,7 +116,7 @@ A similar setup can also be taken for Pycharm - using `freqtrade` as module name ![Pycharm debug configuration](assets/pycharm_debug.png) !!! Note "Startup directory" - This assumes that you have the repository checked out, and the editor is started at the repository root level (so setup.py is at the top level of your repository). + This assumes that you have the repository checked out, and the editor is started at the repository root level (so pyproject.toml is at the top level of your repository). ## ErrorHandling