Skip to content

Commit

Permalink
typo ini to init
Browse files Browse the repository at this point in the history
  • Loading branch information
arainflake authored Sep 17, 2021
1 parent 69ba6f3 commit eb7bd7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboard/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ def wait(self):
from. import _winkeyboard as _os_keyboard
elif _platform.system() == 'Linux':
from. import _nixkeyboard as _os_keyboard
_os_keyboard.ini()
_os_keyboard.init()
_time.sleep(0.1)
elif _platform.system() == 'Darwin':
from. import _darwinkeyboard as _os_keyboard
Expand Down

0 comments on commit eb7bd7d

Please sign in to comment.