From d273a1407b0b4823f6330ab748665c81d18a586b Mon Sep 17 00:00:00 2001 From: Clement Farabet Date: Sun, 1 Jul 2012 20:18:51 -0400 Subject: Little fix (typo in dok) --- doktutorial/index.dok | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doktutorial/index.dok b/doktutorial/index.dok index ad83b2e..c41dcae 100644 --- a/doktutorial/index.dok +++ b/doktutorial/index.dok @@ -405,7 +405,7 @@ Before we go any further, let's just review one basic thing: saving code to file As Torch relies on Lua, it's best to give all your files a .lua extension. Let's generate a lua file that contains some Lua code, and then execute it: -$ echo "print('Hello World!')" > helloworld.lua +$ echo "print('Hello World\!')" > helloworld.lua ... $ torch helloworld.lua -- cgit v1.2.3