summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2022-03-14 16:21:17 +0100
committer B. Watson2022-03-17 17:37:59 +0100
commit0407cadba72c6a74f508dfb97dcd968429f89c83 (patch)
tree2dda15573f0b55d1e7de84a9820e37c884223978
parentacd9afc565e87415d12a420359dc746580d13e7b (diff)
downloadslackbuilds-0407cadba72c6a74f508dfb97dcd968429f89c83.tar.gz
python/send2trash: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r--python/send2trash/README13
1 files changed, 7 insertions, 6 deletions
diff --git a/python/send2trash/README b/python/send2trash/README
index 9adabb2e0a..b729cfeacf 100644
--- a/python/send2trash/README
+++ b/python/send2trash/README
@@ -1,6 +1,7 @@
-Send2Trash is a small package that sends files to the Trash (or Recycle Bin)
-natively and on all platforms. On OS X, it uses native FSMoveObjectToTrashSync
-Cocoa calls, on Windows, it uses native (and ugly) SHFileOperation win32 calls.
-On other platforms, if PyGObject and GIO are available, it will use this.
-Otherwise, it will fallback to its own implementation of the trash
-specifications from freedesktop.org.
+Send2Trash is a small package that sends files to the Trash (or
+Recycle Bin) natively and on all platforms. On OS X, it uses native
+FSMoveObjectToTrashSync Cocoa calls, on Windows, it uses native
+(and ugly) SHFileOperation win32 calls. On other platforms, if
+PyGObject and GIO are available, it will use this. Otherwise, it will
+fallback to its own implementation of the trash specifications from
+freedesktop.org.