From d8d47e5f8c4666e44733d8729665e1af64e82049 Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Fri, 28 Mar 2014 16:57:09 -0400 Subject: [PATCH] doc: Fix typos in tutorial-parallel. --- doc/user/topics/tutorial-parallel.html.textile.liquid | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/user/topics/tutorial-parallel.html.textile.liquid b/doc/user/topics/tutorial-parallel.html.textile.liquid index bbb506f2d9..021d736385 100644 --- a/doc/user/topics/tutorial-parallel.html.textile.liquid +++ b/doc/user/topics/tutorial-parallel.html.textile.liquid @@ -17,7 +17,7 @@ Next, using @nano@ or your favorite Unix text editor, create a new file called @ notextile.
~/you/crunch_scripts$ nano parallel-hash.py
-Add the following code to compute the md5 hash of each file in a +Add the following code to compute the md5 hash of each file in a collection: {% code 'parallel_hash_script_py' as python %} @@ -69,9 +69,7 @@ Because the job ran in parallel, each instance of parallel-hash creates a separa
~/you/crunch_scripts$ arv keep ls e2ccd204bca37c77c0ba59fc470cd0f7+162
-md5sum.txt
-md5sum.txt
-md5sum.txt
+./md5sum.txt
 ~/you/crunch_scripts$ arv keep get e2ccd204bca37c77c0ba59fc470cd0f7+162/md5sum.txt
 0f1d6bcf55c34bed7f92a805d2d89bbf alice.txt
 504938460ef369cd275e4ef58994cffe bob.txt
-- 
2.30.2