Skip to content

Commit

Permalink
Made overwritten functions more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
glitchassassin authored Aug 30, 2018
1 parent 887807e commit 24a0d8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Be aware that **some Sikuli-script methods actually overwrite Python-native func

from lackey import *

username = input_("Enter your username: ")
username = input_("Enter your username: ") # built-in Python input

## Structure ##

Expand Down Expand Up @@ -101,4 +101,4 @@ Debugging contributions:

* [maxdule](https://github.com/maxdule)
* [nejch](https://github.com/nejch)
* [suvit](https://github.com/suvit)
* [suvit](https://github.com/suvit)

0 comments on commit 24a0d8b

Please sign in to comment.