From 3eada4349af008e25120722138337bc01a48a75a Mon Sep 17 00:00:00 2001 From: Ryan Reed Date: Sat, 16 Sep 2023 23:02:00 -0400 Subject: [PATCH] Minor comment updates --- src/transpose/transpose.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/transpose/transpose.py b/src/transpose/transpose.py index 9f466d4..e10b1fd 100644 --- a/src/transpose/transpose.py +++ b/src/transpose/transpose.py @@ -152,7 +152,7 @@ class Transpose: Args: name: The name of the entry (must exist) - force: If enabled and path already exists, move the path to '{path}-bak' + force: If enabled and path already exists, move the path to '{path}.backup' first Returns: None @@ -182,7 +182,7 @@ class Transpose: Args: name: The name of the entry (must exist) - force: If enabled and path already exists, move the path to '{path}-bak' + force: If enabled and path already exists, move the path to '{path}.backup' first Returns: None