From 4082e2f39e61fabc202a691f6810a841fbd4ba6c Mon Sep 17 00:00:00 2001 From: kotfu Date: Wed, 15 Jan 2020 20:38:39 -0700 Subject: Fix document rendering error --- docs/features/generating_output.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/features') diff --git a/docs/features/generating_output.rst b/docs/features/generating_output.rst index bb03fa97..09673214 100644 --- a/docs/features/generating_output.rst +++ b/docs/features/generating_output.rst @@ -34,7 +34,7 @@ conveniences: ``self.broken_pipe_warning`` to ``stderr``. ``self.broken_pipe_warning`` defaults to an empty string so this method will just swallow the exception. If you want to show an error message, put it in - ``self.broken_pipe_warning`` when you initialize :mod:`.cmd2.Cmd`. + ``self.broken_pipe_warning`` when you initialize :mod:`~cmd2.cmd2.Cmd`. 2. It examines and honors the :ref:`features/settings:allow_style` setting. See :ref:`features/generating_output:Colored Output` below for more details. -- cgit v1.2.1