From df37f0b15491565f35a0f6d48839f90c43ef3a94 Mon Sep 17 00:00:00 2001 From: Julian Schacher Date: Thu, 2 Aug 2018 03:11:59 +0200 Subject: [PATCH] Rename directory from "py" to "python" for the sake of consistency and complying to the guidelines. --- contents/jarvis_march/code/{py => python}/jarvisMarch.py | 0 contents/jarvis_march/jarvis_march.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename contents/jarvis_march/code/{py => python}/jarvisMarch.py (100%) diff --git a/contents/jarvis_march/code/py/jarvisMarch.py b/contents/jarvis_march/code/python/jarvisMarch.py similarity index 100% rename from contents/jarvis_march/code/py/jarvisMarch.py rename to contents/jarvis_march/code/python/jarvisMarch.py diff --git a/contents/jarvis_march/jarvis_march.md b/contents/jarvis_march/jarvis_march.md index 165756184..f9f9adee2 100644 --- a/contents/jarvis_march/jarvis_march.md +++ b/contents/jarvis_march/jarvis_march.md @@ -37,7 +37,7 @@ Program.cs {% sample lang="js" %} [import, lang:"javascript"](code/javascript/jarvis-march.js) {% sample lang="py" %} -[import, lang:"python"](code/py/jarvisMarch.py) +[import, lang:"python"](code/python/jarvisMarch.py) {% endmethod %}