From 9326536e0fb12ead0b5f40e509e9a2e7153f083a Mon Sep 17 00:00:00 2001 From: toonn Date: Thu, 28 Feb 2019 13:15:58 +0100 Subject: Minor docstring rephrasing --- ranger/core/actions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ranger/core/actions.py b/ranger/core/actions.py index 618170a4..3868d102 100644 --- a/ranger/core/actions.py +++ b/ranger/core/actions.py @@ -1562,8 +1562,8 @@ class Actions( # pylint: disable=too-many-instance-attributes,too-many-public-m def paste(self, overwrite=False, append=False, dest=None): """:paste - Paste the selected items into the current directory or in dest - if given. + Paste the selected items into the current directory or to dest + if provided. """ if dest is not None: if not exists(dest) and not isdir(dest): -- cgit 1.4.1-2-gfad0