From 014dc284ef9318a14a8c1a9a6ce02df08870b73c Mon Sep 17 00:00:00 2001 From: sina Date: Mon, 13 Dec 2021 13:45:20 -0800 Subject: [PATCH] v0.0.4 --- README.md | 4 ++-- folders.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b1a51bf..7e43658 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ are encoded in the nesting of folders within folders. Let me say that again: THE SOURCE CODE IS THE DIRECTORY STRUCTURE. Lol. -This is a Python implementation of Folders for all operating systems to enjoy! +This is a Python implementation of Folders for all to enjoy! Folders is (was originally) implemented in [C#](https://github.com/rottytooth/Folders). @@ -109,4 +109,4 @@ The ultimate code golf! ## Links - [Folders on esolang](https://esolangs.org/wiki/Folders) -- [Folders homepage](http://danieltemkin.com/Esolangs/Folders/) \ No newline at end of file +- [Folders homepage](http://danieltemkin.com/Esolangs/Folders/) diff --git a/folders.py b/folders.py index 3b800d3..8aba620 100644 --- a/folders.py +++ b/folders.py @@ -3,7 +3,7 @@ More information here: http://danieltemkin.com/Esolangs/Folders/ -This is a (OS-agnostic) python implementation +This is a python implementation """ import os import re