Fixed unnecessary string break in CmdDesc

This commit is contained in:
Jake 2021-11-27 00:06:50 -07:00 committed by GitHub
parent 7c2eed4e7a
commit 5729676d32
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)