[Secure-testing-commits] r28881 - lib/python
Holger Levsen
holger at moszumanska.debian.org
Wed Sep 17 22:30:06 UTC 2014
Author: holger
Date: 2014-09-17 22:30:06 +0000 (Wed, 17 Sep 2014)
New Revision: 28881
Modified:
lib/python/web_support.py
Log:
fix tpyos ;)
Modified: lib/python/web_support.py
===================================================================
--- lib/python/web_support.py 2014-09-17 22:27:28 UTC (rev 28880)
+++ lib/python/web_support.py 2014-09-17 22:30:06 UTC (rev 28881)
@@ -359,7 +359,7 @@
name - name of the tag
contents - a sequence objet (or iterator) for the enclosed contents
- attribs - keyword arguments froming forming attributes
+ attribs - keyword arguments forming attributes
"""
return Tag(__name, __contents, __attribs)
@@ -367,7 +367,7 @@
"""A tag without contents.
name - name of the tag
- attribs - keyword arguments froming forming attributes
+ attribs - keyword arguments forming attributes
"""
return Tag(__name, None, __attribs)
More information about the Secure-testing-commits
mailing list