Skip to content

Commit b30ebb0

Browse files
committed
replace 'may' with 'will'
1 parent 283e74c commit b30ebb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/cmd.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ want empty input to repeat the previous command should override
139139
Method called on an input line when the command prefix is not recognized. If
140140
this method is not overridden, it prints an error message and returns.
141141

142-
Note that if :meth:`emptyline` is not overridden, empty input may cause
142+
Note that if :meth:`emptyline` is not overridden, empty input will cause
143143
the previous command to be repeated and passed again to this method.
144144

145145
.. method:: Cmd.completedefault(text, line, begidx, endidx)

0 commit comments

Comments
 (0)