summaryrefslogtreecommitdiff
path: root/docs/index.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/index.txt')
-rw-r--r--docs/index.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.txt b/docs/index.txt
index fcf97e0..738f77a 100644
--- a/docs/index.txt
+++ b/docs/index.txt
@@ -152,7 +152,7 @@ the built-in variables like ``{{start_braces}}`` and
You may also specify the delimeters as an argument to the Template
__init__ method:
- >>> Template(content='Hello ${name}', delimeters=('${', '}))
+ >>> Template(content='Hello ${name}', delimeters=('${', '}'))
The delimeters argument must be of length two and both items must be strings.