From 21d2c131caa145df5c931b203b6a77b68fb5b5e4 Mon Sep 17 00:00:00 2001 From: Ryan Reed Date: Tue, 12 Jul 2022 20:37:57 -0400 Subject: [PATCH] Minor comment update --- src/transpose/transpose.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transpose/transpose.py b/src/transpose/transpose.py index 1778992..df0f4df 100644 --- a/src/transpose/transpose.py +++ b/src/transpose/transpose.py @@ -42,7 +42,7 @@ class Transpose: This is useful if a path is already stored somewhere else but the cache file is missing - Ideally, the target should a symlink or not exist so a restore or apply can function + Ideally, the target should be a symlink or not exist so a restore or apply can function """ stored_path = pathlib.Path(stored_path) if not stored_path.exists():