From 2d9bc2beb0c1cff7ab7080045fd0ef932bb77fbf Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 12 May 2010 17:48:39 -0400 Subject: [PATCH] Standardize example indentation to 4 spaces in doc/tutorial.txt --- doc/tutorial.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/tutorial.txt b/doc/tutorial.txt index c36b4f6..0d0553b 100644 --- a/doc/tutorial.txt +++ b/doc/tutorial.txt @@ -101,8 +101,8 @@ You then can `cd` (change directory) to the directory:: Type `pwd` (print working directory) to check the directory is correct.:: - hooke> pwd - c:\curves + hooke> pwd + c:\curves You can list the files in the directory using `ls` or `dir` (they’re synonyms).:: -- 2.26.2