Skip to content

Commit fd2d198

Browse files
committed
minor #18792 [Console] Fix a typo after #18739 (HeahDude)
This PR was merged into the 5.4 branch. Discussion ---------- [Console] Fix a typo after #18739 Commits ------- c01bfc0 [Console] Fix a typo after #18739
2 parents da9e3b7 + c01bfc0 commit fd2d198

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
@@ -610,7 +610,7 @@ tools capable of helping you with different tasks:
610610
* :doc:`/components/console/helpers/table`: displays tabular data as a table
611611
* :doc:`/components/console/helpers/debug_formatter`: provides functions to
612612
output debug information when running an external program
613-
* :doc:`/components/console/helpers/processhelper`: allows to run processes using ``DebugProcessHelper``
613+
* :doc:`/components/console/helpers/processhelper`: allows to run processes using ``DebugFormatterHelper``
614614
* :doc:`/components/console/helpers/cursor`: allows to manipulate the cursor in the terminal
615615

616616
.. _`exit status`: https://en.wikipedia.org/wiki/Exit_status

0 commit comments

Comments
 (0)