Browse Source

Minor comment updates

pull/10/head
Ryan Reed 1 year ago
parent
commit
3eada4349a
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/transpose/transpose.py

+ 2
- 2
src/transpose/transpose.py View File

@ -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


Loading…
Cancel
Save