Skip to content

Commit

Permalink
Fixed typo (algorand#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
gconnect authored and algoidurovic committed Mar 23, 2022
1 parent 2a82718 commit a979363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/accessing_transaction_field.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ These fields are :code:`Txn.application_args`, :code:`Txn.assets`, :code:`Txn.ac
and :code:`InnerTxn.logs`.

The length of these array fields can be found using the :code:`.length()` method, and individual
items can be accesses using bracket notation. For example:
items can be accessed using bracket notation. For example:

.. code-block:: python
Expand Down

0 comments on commit a979363

Please sign in to comment.