diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 11:11:39 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:37:56 -0400 |
commit | 157044eaa8fbdc2dbbf2b7a66b301269e2bf55f8 (patch) | |
tree | 29f3f91539d0d96e4950c7926e73c8bc4af76659 /python/pysvn | |
parent | 9644871a7629da977af88c2a354349de7ac06cdb (diff) |
python/pysvn: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/pysvn')
-rw-r--r-- | python/pysvn/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pysvn/README b/python/pysvn/README index e47478248891f..236c08b72d53a 100644 --- a/python/pysvn/README +++ b/python/pysvn/README @@ -3,7 +3,7 @@ use Subversion. Some pysvn extension features: + Supports all svn client features - + Supports svn transaction features required to write svn pre-commit hooks + + Supports features required to write svn pre-commit hooks + Easy to learn and use + Python like interface + Good Documentation and examples |