Skip to content

Commit

Permalink
Merge pull request #281 from luizeldorado/patch-1
Browse files Browse the repository at this point in the history
Update _winkeyboard.py
  • Loading branch information
boppreh authored Aug 22, 2019
2 parents dbb73df + de460f5 commit 21c8728
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 21c8728

Please sign in to comment.