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():