diff options
author | B. Watson <yalhcru@gmail.com> | 2016-11-14 16:23:24 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-15 21:41:38 +0700 |
commit | 8ac51dde78272710d5786f748c0ddf011c3bd4ba (patch) | |
tree | 56e48c8e2fdc8588795cafdf936519dc39e289f5 /python/python-patch | |
parent | b2006c75f4ca64f90a0c208b44a9c928bb2081b2 (diff) | |
download | slackbuilds-8ac51dde78272710d5786f748c0ddf011c3bd4ba.tar.gz |
python/python-patch: Fix README.
Diffstat (limited to 'python/python-patch')
-rw-r--r-- | python/python-patch/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/python-patch/README b/python/python-patch/README index c16a8c4059..b28cd5faac 100644 --- a/python/python-patch/README +++ b/python/python-patch/README @@ -2,10 +2,10 @@ Library to parse and apply unified diffs Features - - Automatic correction of * Linefeeds according to patched file * + - Automatic correction of * Linefeeds according to patched file * Diffs broken by stripping trailing whitespace * a/ and b/ prefixes - - Single file, which is a command line tool and a library - - No dependencies outside Python stdlib + - Single file, which is a command line tool and a library + - No dependencies outside Python stdlib - Patch format detection (SVN, HG, GIT) - Nice diffstat histogram |