Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lynshi committed Jun 30, 2022
1 parent 3ecdff8 commit 5a8bdba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ async def main():
get_entry_poller = await ledger_client.begin_get_ledger_entry(transaction_id)
get_entry_result = await get_entry_poller.result()
print(
f'At transaction id {get_entry_result["entry"]["transactionId"]}, the'
f'At transaction id {get_entry_result["entry"]["transactionId"]}, the '
f'ledger entry contains \'{get_entry_result["entry"]["contents"]}\''
)
except HttpResponseError as e:
Expand Down

0 comments on commit 5a8bdba

Please sign in to comment.