Codebase list sugar-pippy-activity / e92ddc9
Fix help text for pippy.console.inverse(). C. Scott Ananian 15 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
9191 sys.stdout.write('\x1B[4m')
9292
9393 def inverse():
94 """Switch to underlined text."""
94 """Switch to inverse text."""
9595 sys.stdout.write('\x1B[7m')
9696
9797 def black():