Skip to content

Commit c87558d

Browse files
committed
Add a hyphen doc string for error
Signed-off-by: mulhern <amulhern@redhat.com>
1 parent 20acce2 commit c87558d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stratis_cli/_errors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ def __str__(self):
458458

459459
class StratisCliInPlaceNotSpecified(StratisCliUserError):
460460
"""
461-
Raised if the user requested in place encryption but did not use the
461+
Raised if the user requested in-place encryption but did not use the
462462
--in-place option.
463463
"""
464464

0 commit comments

Comments
 (0)