diff options
author | kotfu <kotfu@kotfu.net> | 2020-01-15 20:38:39 -0700 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2020-01-15 20:38:39 -0700 |
commit | 4082e2f39e61fabc202a691f6810a841fbd4ba6c (patch) | |
tree | 5d241774748067507486d4bd4994cf50971d8691 | |
parent | 1d47c09cb7e34b6399115cf6b41f606f2495f875 (diff) | |
download | cmd2-git-4082e2f39e61fabc202a691f6810a841fbd4ba6c.tar.gz |
Fix document rendering error
-rw-r--r-- | docs/features/generating_output.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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. |