diff options
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. |