Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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