From e45dda87d2c0aca57f31dd6603eec4b9f9740143 Mon Sep 17 00:00:00 2001 From: Crista Lopes Date: Sun, 22 Sep 2013 12:46:20 -0700 Subject: [PATCH] Improved style #5's name --- .../README.md | 2 +- .../tf-05.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {05-shoot-your-teammate-forward => 05-kick-your-teammate-forward}/README.md (94%) rename {05-shoot-your-teammate-forward => 05-kick-your-teammate-forward}/tf-05.py (100%) diff --git a/05-shoot-your-teammate-forward/README.md b/05-kick-your-teammate-forward/README.md similarity index 94% rename from 05-shoot-your-teammate-forward/README.md rename to 05-kick-your-teammate-forward/README.md index f8de86d..fe01027 100644 --- a/05-shoot-your-teammate-forward/README.md +++ b/05-kick-your-teammate-forward/README.md @@ -10,6 +10,6 @@ Variation of style #4, with the following additional constraints: Possible names: -- Shoot your teammate forward! +- Kick your teammate forward! - Continuation-passing style - Crochet loop diff --git a/05-shoot-your-teammate-forward/tf-05.py b/05-kick-your-teammate-forward/tf-05.py similarity index 100% rename from 05-shoot-your-teammate-forward/tf-05.py rename to 05-kick-your-teammate-forward/tf-05.py