Skip to content

Commit

Permalink
Merge pull request #11025 from ethereum/docs-intro
Browse files Browse the repository at this point in the history
Clarify the syntax of Solidity is not Python inspired
  • Loading branch information
chriseth authored Mar 16, 2021
2 parents 7170c8a + 830bc8f commit e007557
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Solidity is an object-oriented, high-level language for implementing smart
contracts. Smart contracts are programs which govern the behaviour of accounts
within the Ethereum state.

Solidity was influenced by C++, Python and JavaScript and is designed to target
the Ethereum Virtual Machine (EVM).
Solidity is a `curly-bracket language <https://en.wikipedia.org/wiki/List_of_programming_languages_by_type#Curly-bracket_languages>`_.
It is influenced by C++, Python and JavaScript, and is designed to target the Ethereum Virtual Machine (EVM).

Solidity is statically typed, supports inheritance, libraries and complex
user-defined types among other features.
Expand Down

0 comments on commit e007557

Please sign in to comment.