Skip to content

Commit

Permalink
Fix typo. Closes #84
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrudd2 committed May 14, 2024
1 parent 06e8e3d commit 1a478f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import asyncio
from ika import Hotplate, OverheadStirrer

async def get():
async with OverheadStirrer('ip-address:port') as strirrer:
async with OverheadStirrer('ip-address:port') as stirrer:
print(await stirrer.get())
async with Hotplate('ip-address:port') as hotplate:
print(await hotplate.get())
Expand Down

0 comments on commit 1a478f6

Please sign in to comment.