From 72bc94b48da769e1c633eba4bceb5b97fce4015a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Sun, 10 Apr 2016 11:09:46 +0300 Subject: [PATCH] Update plat_other.py minor typo fix --- send2trash/plat_other.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/send2trash/plat_other.py b/send2trash/plat_other.py index 59000ec..ad0627f 100644 --- a/send2trash/plat_other.py +++ b/send2trash/plat_other.py @@ -48,7 +48,7 @@ def format_date(date): return date.strftime("%Y-%m-%dT%H:%M:%S") def info_for(src, topdir): - # ...it MUST not include a ".."" directory, and for files not "under" that + # ...it MUST not include a ".." directory, and for files not "under" that # directory, absolute pathnames must be used. [2] if topdir is None or not is_parent(topdir, src): src = op.abspath(src)