Skip to content

Commit 4082e2f

Browse files
committed
Fix document rendering error
1 parent 1d47c09 commit 4082e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/features/generating_output.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ conveniences:
3434
``self.broken_pipe_warning`` to ``stderr``. ``self.broken_pipe_warning``
3535
defaults to an empty string so this method will just swallow the exception.
3636
If you want to show an error message, put it in
37-
``self.broken_pipe_warning`` when you initialize :mod:`.cmd2.Cmd`.
37+
``self.broken_pipe_warning`` when you initialize :mod:`~cmd2.cmd2.Cmd`.
3838

3939
2. It examines and honors the :ref:`features/settings:allow_style` setting.
4040
See :ref:`features/generating_output:Colored Output` below for more details.

0 commit comments

Comments
 (0)