From 24a0d8b2f501533747977d6357792a6cb96758ed Mon Sep 17 00:00:00 2001 From: Jon Winsley Date: Thu, 30 Aug 2018 08:59:13 -0400 Subject: [PATCH] Made overwritten functions more clear --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 838bb0f..6bd86d2 100644 --- a/README.md +++ b/README.md @@ -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 ## @@ -101,4 +101,4 @@ Debugging contributions: * [maxdule](https://github.com/maxdule) * [nejch](https://github.com/nejch) -* [suvit](https://github.com/suvit) \ No newline at end of file +* [suvit](https://github.com/suvit)