From cc0be442bfdfdb712fb08ca77e26d119cb5b8802 Mon Sep 17 00:00:00 2001 From: Nathaniel Beaver Date: Fri, 21 Aug 2015 17:01:56 -0500 Subject: [PATCH] Minor re-wording. --- README.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 2900650..70026a1 100644 --- a/README.rst +++ b/README.rst @@ -282,9 +282,11 @@ http://www.multicians.org/mgc.html http://www.multicians.org/pl1.html -This has the additional benefits of making +Besides permitting more options filenames, +this has the additional benefit of making `string comparisons simpler and faster`_ -because they don't have to occasionally convert everything to uppercase or lowercase. +because they don't have to occasionally convert +to uppercase or lowercase. .. _string comparisons simpler and faster: http://www.raizlabs.com/graiz/2007/02/11/linuxunix-case-sensitivity/