From 571e133b213cd7430ade290cdf310a8eb198d400 Mon Sep 17 00:00:00 2001 From: "James C. Owens" Date: Sun, 20 Jun 2021 11:55:21 -0400 Subject: [PATCH] Update doc/developer-notes.md for python style for Gridcoin Co-authored-by: div72 <60045611+div72@users.noreply.github.com> --- doc/developer-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/developer-notes.md b/doc/developer-notes.md index c3a63b3523..f796181abc 100644 --- a/doc/developer-notes.md +++ b/doc/developer-notes.md @@ -135,7 +135,7 @@ public: Coding Style (Python) --------------------- -Refer to [/test/functional/README.md#style-guidelines](/test/functional/README.md#style-guidelines). +Adhere to [PEP8](https://www.python.org/dev/peps/pep-0008/). Coding Style (Doxygen-compatible comments) ------------------------------------------