Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorC. Scott Ananian <cscott@laptop.org>2008-10-23 18:03:26 (GMT)
committer C. Scott Ananian <cscott@laptop.org>2008-10-23 18:03:26 (GMT)
commite92ddc9b1c9e4a84e34b10e765691f0263acb70e (patch)
treedb0fb48554eb64a4995403d176f4cbce38a40a87
parenteb6d02e49f44c02d8501c817032e8dae7fe60b22 (diff)
Fix help text for pippy.console.inverse().
-rw-r--r--library/pippy/console.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/pippy/console.py b/library/pippy/console.py
index dcec56a..29ef2d5 100644
--- a/library/pippy/console.py
+++ b/library/pippy/console.py
@@ -92,7 +92,7 @@ def underlined():
sys.stdout.write('\x1B[4m')
def inverse():
- """Switch to underlined text."""
+ """Switch to inverse text."""
sys.stdout.write('\x1B[7m')
def black():