summaryrefslogtreecommitdiffstats
path: root/python/regex/README
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2016-08-29 04:56:25 +0300
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-09-03 07:48:41 +0700
commit2ba32921795ac40477b6b3209abac14d61c9c243 (patch)
tree336b1ded4895f349a10c0de394ec25efac36fec3 /python/regex/README
parentdeed32282f86336585d1aa378adf2576ae1b7c28 (diff)
downloadslackbuilds-2ba32921795ac40477b6b3209abac14d61c9c243.tar.gz
slackbuilds-2ba32921795ac40477b6b3209abac14d61c9c243.tar.xz
python/regex: Updated for version 2016.08.27.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/regex/README')
-rw-r--r--python/regex/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/regex/README b/python/regex/README
index fff5c09957..23587dbb8b 100644
--- a/python/regex/README
+++ b/python/regex/README
@@ -1,4 +1,4 @@
-This new regex implementation is intended eventually to replace
+This new regex implementation is intended eventually to replace
Python's current re module implementation.
For testing and comparison with the current 're' module the new
implementation is in the form of a module called 'regex'.