Skip to content

Commit b6a3f86

Browse files
committed
Fix RST formatting issues
- Fix title underline length to match exactly 33 characters - Remove trailing whitespace from line 372
1 parent cd0079f commit b6a3f86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/console/helpers/questionhelper.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ Multiline questions stop reading user input after receiving an end-of-transmissi
325325
control character (``Ctrl-D`` on Unix systems or ``Ctrl-Z`` on Windows).
326326

327327
Setting a Timeout for User Input
328-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
328+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
329329

330330
.. versionadded:: 7.4
331331

@@ -369,7 +369,7 @@ could cause problems.
369369
streams (like pipes or files), the timeout setting is ignored and the
370370
question behaves normally.
371371

372-
You can also use timeouts with other question types such as
372+
You can also use timeouts with other question types such as
373373
:class:`Symfony\\Component\\Console\\Question\\ConfirmationQuestion` and
374374
:class:`Symfony\\Component\\Console\\Question\\ChoiceQuestion`::
375375

0 commit comments

Comments
 (0)