From 0407cadba72c6a74f508dfb97dcd968429f89c83 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 14 Mar 2022 11:21:17 -0400 Subject: python/send2trash: Wrap README at 72 columns. Signed-off-by: B. Watson --- python/send2trash/README | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'python') diff --git a/python/send2trash/README b/python/send2trash/README index 9adabb2e0a3a2..b729cfeacf060 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. -- cgit v1.2.3