diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-09-04 23:06:55 -0700 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-09-04 23:06:55 -0700 |
commit | c43392601d30df6e79e4a9c044a16b7abe5f6ab1 (patch) | |
tree | f657324bcc5f86d54ecaa8e82fb75a57590ec9e9 /docs | |
parent | 59969dd42694d4b1d11cd1be11adf2d6db41df55 (diff) | |
download | cmd2-git-c43392601d30df6e79e4a9c044a16b7abe5f6ab1.tar.gz |
Fixed unit test failures
Fixed following unit test failures:
- Doc build failure due to Sphinx warnings
- Windows unit test failures related to colorize (hopefully)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/unfreefeatures.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/unfreefeatures.rst b/docs/unfreefeatures.rst index 795c919e..0124132b 100644 --- a/docs/unfreefeatures.rst +++ b/docs/unfreefeatures.rst @@ -165,8 +165,9 @@ The previously recommended ``colorize`` method is now deprecated. .. _quiet: -Supressing non-essential output -=============================== + +Suppressing non-essential output +================================ The ``quiet`` setting controls whether ``self.pfeedback()`` actually produces any output. If ``quiet`` is ``False``, then the output will be produced. If |