Skip to content

Commit

Permalink
Correct typo of python-sdk.md
Browse files Browse the repository at this point in the history
  • Loading branch information
couldseeme committed May 7, 2019
1 parent a442782 commit 4423499
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 4423499

Please sign in to comment.