Skip to content

Commit

Permalink
Fixes typo.
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.tt2.org/Template-Python/trunk@165 7f301bf4-a02f-0410-90b8-a3b0f3303b9a
  • Loading branch information
grimnebulin committed Sep 21, 2008
1 parent 3624956 commit 6a83b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.python
Original file line number Diff line number Diff line change
Expand Up @@ -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 };



Expand Down

0 comments on commit 6a83b47

Please sign in to comment.