From 4423499674013b3f3cfea4e25fe7a57c89f40601 Mon Sep 17 00:00:00 2001 From: JH Kim Date: Tue, 7 May 2019 20:28:00 +0900 Subject: [PATCH] Correct typo of python-sdk.md --- references/python-sdk.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/references/python-sdk.md b/references/python-sdk.md index 382b314..775d55d 100644 --- a/references/python-sdk.md +++ b/references/python-sdk.md @@ -115,7 +115,7 @@ result = icon_service.call(call) ### Transactions Calling SCORE APIs to change states is requested as sending a transaction. -Befor sending a transaction, the transaction should be signed. It can be done using a `Wallet` object. +Before sending a transaction, the transaction should be signed. It can be done using a `Wallet` object. #### Generating a Transaction After then, you should create an instance of the transaction using different types of transaction builders as follows.