Merge pull request #2597 from The-Archemist/patch-1

Fixed unnecessary string break in CmdDesc
This commit is contained in:
Griatch 2021-12-13 18:53:09 +01:00 committed by GitHub
commit 39be85ff79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -645,7 +645,7 @@ class CmdDesc(COMMAND_DEFAULT_CLASS):
def edit_handler(self):
if self.rhs:
self.msg("|rYou may specify a value, or use the edit switch, " "but not both.|n")
self.msg("|rYou may specify a value, or use the edit switch, but not both.|n")
return
if self.args:
obj = self.caller.search(self.args)