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.