From a9793636754e9285f85421e0438b65b385778ac0 Mon Sep 17 00:00:00 2001 From: Glory Agatevure Date: Fri, 18 Feb 2022 02:17:45 +0100 Subject: [PATCH] Fixed typo (#202) --- docs/accessing_transaction_field.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/accessing_transaction_field.rst b/docs/accessing_transaction_field.rst index db4a43270..47839b553 100644 --- a/docs/accessing_transaction_field.rst +++ b/docs/accessing_transaction_field.rst @@ -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