Skip to content

Commit 3841725

Browse files
author
Richard Jones
committed
typo
1 parent 89392ee commit 3841725

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roundup/cgi/PageTemplates/TALES.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
# Modified for Roundup:
1414
#
1515
# 1. changed imports to import from roundup.cgi
16-
# 2. implemented ustr as atr
16+
# 2. implemented ustr as str
1717
"""TALES
1818
1919
An implementation of a generic TALES engine
2020
"""
2121

22-
__version__='$Revision: 1.7 $'[11:-2]
22+
__version__='$Revision: 1.8 $'[11:-2]
2323

2424
import re, sys
2525
from roundup.cgi import ZTUtils

0 commit comments

Comments
 (0)