Skip to content

Commit 5d8d6ec

Browse files
committed
Slight rewording to a comment to make it more accurate
1 parent 3cba9c9 commit 5d8d6ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ def poutput(self, msg, end='\n'):
567567
that process terminates before than command is finished executing.
568568
569569
:param msg: str - message to print to current stdout
570-
:param end: str - string appended after the end of the message, default a newline
570+
:param end: str - string appended after the end of the message if not already present, default a newline
571571
"""
572572
if msg:
573573
try:

0 commit comments

Comments
 (0)