diff templates/guide/index.html @ 422:7a012507c825 engored/a-quote-and-a-whitespace-1415273452391

A quote and a whitespace
author Anton Shestakov <engored@ya.ru>
date Thu, 06 Nov 2014 11:30:55 +0000
parents 4224eebf4d95
children 2b0669fed7a8
line wrap: on
line diff
--- a/templates/guide/index.html	Thu Sep 18 18:16:56 2014 +0200
+++ b/templates/guide/index.html	Thu Nov 06 11:30:55 2014 +0000
@@ -104,7 +104,7 @@
 <div class="note">
 <p class="note-title">Note:</p> By default Log only shows the first
 line of the commit message. To show the full message, use 
-<pre>$ hg log-v
+<pre>$ hg log -v
 
 </pre>
 </div>
@@ -129,7 +129,7 @@
 
 <p>First do some changes:</p>
 
-<pre>$ echo 'print("Hello World") > hello.py
+<pre>$ echo 'print("Hello World")' > hello.py
 
 </pre>