We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d47c09 commit 4082e2fCopy full SHA for 4082e2f
docs/features/generating_output.rst
@@ -34,7 +34,7 @@ conveniences:
34
``self.broken_pipe_warning`` to ``stderr``. ``self.broken_pipe_warning``
35
defaults to an empty string so this method will just swallow the exception.
36
If you want to show an error message, put it in
37
- ``self.broken_pipe_warning`` when you initialize :mod:`.cmd2.Cmd`.
+ ``self.broken_pipe_warning`` when you initialize :mod:`~cmd2.cmd2.Cmd`.
38
39
2. It examines and honors the :ref:`features/settings:allow_style` setting.
40
See :ref:`features/generating_output:Colored Output` below for more details.
0 commit comments