Skip to content

Commit a39bbc7

Browse files
committed
Tweak
1 parent 40b1763 commit a39bbc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

console.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ command:
461461
This method is executed after ``initialize()`` and before ``execute()``.
462462
Its purpose is to check if some of the options/arguments are missing
463463
and interactively ask the user for those values. This is the last place
464-
where you can ask for missing required options/arguments, this method is
464+
where you can ask for missing required options/arguments. This method is
465465
called before validating the input.
466466
Note that it will not be called when the command is run without interaction
467467
(e.g. when passing the ``--no-interaction`` global option flag).

0 commit comments

Comments
 (0)