mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Replace python with Python
This commit is contained in:
parent
ccb64e9fa4
commit
cd8636105d
@ -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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user