diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-04-11 07:38:00 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-12 10:06:48 +0700 |
commit | 371776a9a65172e8053f5a9831993e1737a5a4d3 (patch) | |
tree | 51e71ce94eed1ad5469622a9f6f0721e0453749d /python/pysed/README | |
parent | e5c4592d4b167af57a9fc36b1e88a68c9a1be695 (diff) | |
download | slackbuilds-371776a9a65172e8053f5a9831993e1737a5a4d3.tar.gz |
python/pysed: Updated for version 0.6.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/pysed/README')
-rw-r--r-- | python/pysed/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/pysed/README b/python/pysed/README index 82209f7f68..ca361a2103 100644 --- a/python/pysed/README +++ b/python/pysed/README @@ -1,5 +1,5 @@ Pysed is a Python stream editor, is used to perform basic text transformations from a file. It reads text, line by line, from a file and replace, insert or print all text or -specific area. One of the elements of distinction is the -use of colors. +specific area. Actually pysed is a passage of Python module +‘re’ in terminal. |