We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 283e74c commit b30ebb0Copy full SHA for b30ebb0
Doc/library/cmd.rst
@@ -139,7 +139,7 @@ want empty input to repeat the previous command should override
139
Method called on an input line when the command prefix is not recognized. If
140
this method is not overridden, it prints an error message and returns.
141
142
- Note that if :meth:`emptyline` is not overridden, empty input may cause
+ Note that if :meth:`emptyline` is not overridden, empty input will cause
143
the previous command to be repeated and passed again to this method.
144
145
.. method:: Cmd.completedefault(text, line, begidx, endidx)
0 commit comments