From 6a83b4709e48df02f66dc1a5646b3a72e0e7b10e Mon Sep 17 00:00:00 2001 From: Sean McAfee Date: Sun, 21 Sep 2008 19:35:08 +0000 Subject: [PATCH] Fixes typo. git-svn-id: svn://svn.tt2.org/Template-Python/trunk@165 7f301bf4-a02f-0410-90b8-a3b0f3303b9a --- README.python | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.python b/README.python index fc6460d..ad8c64b 100644 --- a/README.python +++ b/README.python @@ -185,7 +185,7 @@ users to add custom vmethods. For example: As opposed to the slightly more obscure: - $Template::Stash::SCALAR_OP{double} = sub { shift * 2 }; + $Template::Stash::SCALAR_OP->{double} = sub { shift * 2 };