Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
emesik committed Jan 24, 2022
1 parent 7896e68 commit bc9f84c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/wallet.rst
Expand Up @@ -35,7 +35,7 @@ to obtain that wallet object, you'd have first to create it:
In [2]: from cardano.backends.walletrest import WalletREST
In [3]: ws = WalletService(WalletREST(posrt=8090))
In [3]: ws = WalletService(WalletREST(port=8090))
In [4]: wal = ws.create_wallet(
name="test wallet",
Expand Down

0 comments on commit bc9f84c

Please sign in to comment.