Skip to content

Commit

Permalink
Fixing typo "an Pyteal expression" (#685)
Browse files Browse the repository at this point in the history
  • Loading branch information
re-gius committed Mar 7, 2023
1 parent d117f99 commit b6a8172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Below is an example of writing a basic stateless smart contract that allows a sp
As shown in this example, the logic of smart contract is expressed using PyTeal expressions constructed in Python. PyTeal overloads Python's arithmetic operators
such as :code:`<` and :code:`==` (more overloaded operators can be found in :ref:`arithmetic_expressions`), allowing Python developers express smart contract logic more naturally.

Lastly, :any:`compileTeal` is called to convert an PyTeal expression
Lastly, :any:`compileTeal` is called to convert a PyTeal expression
to a TEAL program, consisting of a sequence of TEAL opcodes.
The output of the above example is:

Expand Down

0 comments on commit b6a8172

Please sign in to comment.