From 376849c6b8ab9e6ae75f1b596c905ad4e073df60 Mon Sep 17 00:00:00 2001 From: anelmorsy <107225785+anelmorsy@users.noreply.github.com> Date: Fri, 10 Jun 2022 23:49:17 +0200 Subject: [PATCH] Rename text wrap.py to text_wrap.py Just to make it convenient with other file names. --- examples/{text wrap.py => text_wrap.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename examples/{text wrap.py => text_wrap.py} (98%) diff --git a/examples/text wrap.py b/examples/text_wrap.py similarity index 98% rename from examples/text wrap.py rename to examples/text_wrap.py index fd03676..b1630ae 100644 --- a/examples/text wrap.py +++ b/examples/text_wrap.py @@ -11,4 +11,4 @@ def wrap(string, max_width): else: print(string[len(string)-len(string)%max_width:]) return '' -''' \ No newline at end of file +'''