From cedc781df9075b684d3d7a723f2ea05f63126c93 Mon Sep 17 00:00:00 2001 From: debhat Date: Tue, 15 Oct 2019 17:53:35 +0530 Subject: [PATCH] CLEAR-001: Updated string.py name as it is conflicting with python string and handled a typo. --- README.md | 2 +- Scripts/{string.py => string_practice.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename Scripts/{string.py => string_practice.py} (100%) diff --git a/README.md b/README.md index a96e0d75..7d5f73bb 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ # Python-Scripts -Repository is designed specially for beginners so that can they can learn to contribute to open source and play with [hacktoberfest](https://hacktoberfest.digitalocean.com). +Repository is designed specially for beginners so that you can learn to contribute to open source and play with [hacktoberfest](https://hacktoberfest.digitalocean.com). # print("Start contributing for hacktoberfest!") # print("Play with this repo all contribution are welcome!") diff --git a/Scripts/string.py b/Scripts/string_practice.py similarity index 100% rename from Scripts/string.py rename to Scripts/string_practice.py