Skip to content

Commit

Permalink
Merge pull request icon-project#21 from couldseeme/master
Browse files Browse the repository at this point in the history
Correct typo of python-sdk.md
  • Loading branch information
sojinkim-icon authored May 7, 2019
2 parents a442782 + 4423499 commit cbd3b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion references/python-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit cbd3b8b

Please sign in to comment.