95281c1ac8a0

Fix the typo in the help text.

fixes issue 1
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Tue, 14 Jul 2009 07:12:19 -0400
parents 955f4488f637
children f0e69918f2f3
branches/tags (none)
files prompt.py

Changes

--- a/prompt.py	Mon Jul 06 06:27:17 2009 -0400
+++ b/prompt.py	Tue Jul 14 07:12:19 2009 -0400
@@ -32,9 +32,9 @@
         {optional text here{keyword}more optional text}
     
     This will expand the inner {keyword} and output it along with the extra
-    text only if the {keyword} expands successfully.  This is useful if a
-    keyword that may not always apply to the current state and you have some
-    text that you would like to see only if it is appropriate:
+    text only if the {keyword} expands successfully.  This is useful if you
+    have a keyword that may not always apply to the current state and you 
+    have some text that you would like to see only if it is appropriate:
     
         $ hg prompt "currently at {bookmark}"
         currently at