Replace python with Python

This commit is contained in:
minaminao 2023-03-28 22:59:05 +09:00
parent ccb64e9fa4
commit cd8636105d

View File

@ -16,11 +16,11 @@ Many projects will implement their own style guides. In the event of
conflicts, project specific style guides take precedence. conflicts, project specific style guides take precedence.
The structure and many of the recommendations within this style guide were The structure and many of the recommendations within this style guide were
taken from python's taken from Python's
`pep8 style guide <https://peps.python.org/pep-0008/>`_. `pep8 style guide <https://peps.python.org/pep-0008/>`_.
The goal of this guide is *not* to be the right way or the best way to write 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 <https://peps.python.org/pep-0008/#a-foolish-consistency-is-the-hobgoblin-of-little-minds>`_ `pep8 <https://peps.python.org/pep-0008/#a-foolish-consistency-is-the-hobgoblin-of-little-minds>`_
captures this concept well. captures this concept well.