From 202dac7f25646b1e343dd8bd2b7c996f15db6a17 Mon Sep 17 00:00:00 2001 From: Holger Nahrstaedt <holger@nahrstaedt.de> Date: Tue, 1 May 2018 21:07:07 +0200 Subject: [PATCH] Fix typo --- docs/tutorials.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials.rst b/docs/tutorials.rst index ec15276e..442bb0b6 100644 --- a/docs/tutorials.rst +++ b/docs/tutorials.rst @@ -76,7 +76,7 @@ When using `nobroadcast=True` the transaction is not broadcasted but printed. pprint(account.transfer("test1", 1, "STEEM")) -When excecuting the script above, the output will be similar to the following: +When executing the script above, the output will be similar to the following: .. code-block:: js -- GitLab