mirror of
https://github.com/mnaberez/py65.git
synced 2026-04-21 14:16:40 +00:00
Fix typo
This commit is contained in:
@@ -17,7 +17,7 @@ if sys.platform[:3] == "win":
|
||||
""" Read one character from the Windows console without blocking.
|
||||
Does not echo the character. The stdin argument is for function
|
||||
signature compatibility and is ignored. If no character is
|
||||
available, an emptry string is returned.
|
||||
available, an empty string is returned.
|
||||
"""
|
||||
if msvcrt.kbhit():
|
||||
return getch(stdin)
|
||||
|
||||
Reference in New Issue
Block a user