summaryrefslogtreecommitdiffstats
path: root/src/debputy/plugin/api/spec.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/debputy/plugin/api/spec.py')
-rw-r--r--src/debputy/plugin/api/spec.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debputy/plugin/api/spec.py b/src/debputy/plugin/api/spec.py
index 5d7a261..dba4523 100644
--- a/src/debputy/plugin/api/spec.py
+++ b/src/debputy/plugin/api/spec.py
@@ -1288,7 +1288,7 @@ class VirtualPath:
:param use_fs_path_mode: If True, any changes to the mode on the physical FS path will be
recorded as the desired mode of the file when the contextmanager ends. The provided FS path
with start with the current mode when `use_fs_path_mode` is True. Otherwise, `debputy` will
- ignore the mode of the file system entry and re-use its own current mode
+ ignore the mode of the file system entry and reuse its own current mode
definition.
:return: A Context manager that upon entering provides the path to a muable (copy) of
this path's `fs_path` attribute. The file on the underlying path may be mutated however