Skip to content

Commit

Permalink
Update _winkeyboard.py
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
luizzeroxis authored Aug 22, 2019
1 parent dbb73df commit de460f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboard/_winkeyboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
invoking the Win32 API through the ctypes module. This is error prone
and can introduce very unpythonic failure modes, such as segfaults and
low level memory leaks. But it is also dependency-free, very performant
well documented on Microsoft's webstie and scattered examples.
well documented on Microsoft's website and scattered examples.
# TODO:
- Keypad numbers still print as numbers even when numlock is off.
Expand Down

0 comments on commit de460f5

Please sign in to comment.