Skip to content

Commit a0bca65

Browse files
committed
doc
1 parent 5cf8f3d commit a0bca65

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,8 @@ def isBoring(self):
604604

605605
def talsafe(self,s):
606606
"""
607-
Make a string safe for use with TAL's structure keyword.
607+
Make a string safe for use with TAL's structure keyword across
608+
zope versions.
608609
609610
Zope versions before 2.10 expect such data to be an ordinary
610611
string. Zope 2.10 expects it to be unicode, or to at least be

0 commit comments

Comments
 (0)