From cd8636105da9c203b0a26d4c8e07dfb75b6e0c9e Mon Sep 17 00:00:00 2001 From: minaminao Date: Tue, 28 Mar 2023 22:59:05 +0900 Subject: [PATCH] Replace python with Python --- docs/style-guide.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/style-guide.rst b/docs/style-guide.rst index fab46f139..6173aecc6 100644 --- a/docs/style-guide.rst +++ b/docs/style-guide.rst @@ -16,11 +16,11 @@ Many projects will implement their own style guides. In the event of conflicts, project specific style guides take precedence. The structure and many of the recommendations within this style guide were -taken from python's +taken from Python's `pep8 style guide `_. The goal of this guide is *not* to be the right way or the best way to write -Solidity code. The goal of this guide is *consistency*. A quote from python's +Solidity code. The goal of this guide is *consistency*. A quote from Python's `pep8 `_ captures this concept well.