summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2018-09-04 23:06:55 -0700
committerTodd Leonhardt <todd.leonhardt@gmail.com>2018-09-04 23:06:55 -0700
commitc43392601d30df6e79e4a9c044a16b7abe5f6ab1 (patch)
treef657324bcc5f86d54ecaa8e82fb75a57590ec9e9 /docs
parent59969dd42694d4b1d11cd1be11adf2d6db41df55 (diff)
downloadcmd2-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.rst5
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