From e92ddc9b1c9e4a84e34b10e765691f0263acb70e Mon Sep 17 00:00:00 2001 From: C. Scott Ananian Date: Thu, 23 Oct 2008 18:03:26 +0000 Subject: Fix help text for pippy.console.inverse(). --- 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(): -- cgit v0.9.1