summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorHolger Levsen <holger@debian.org>2014-09-17 22:30:06 +0000
committerHolger Levsen <holger@debian.org>2014-09-17 22:30:06 +0000
commit356ccb929b1e9d5abd3aafb215f77fd1cc0dfda4 (patch)
tree60bbaaf0d11323e360a194a3f31ef615feea3f57 /lib
parent4c91a63c684885cf76300de79ec7cc543fe7ca43 (diff)
fix tpyos ;)
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@28881 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'lib')
-rw-r--r--lib/python/web_support.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/python/web_support.py b/lib/python/web_support.py
index 9d0c6a8771..e4b82477e4 100644
--- a/lib/python/web_support.py
+++ b/lib/python/web_support.py
@@ -359,7 +359,7 @@ def tag(__name, __contents, **__attribs):
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 @@ def emptyTag(__name, **__attribs):
"""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)

© 2014-2024 Faster IT GmbH | imprint | privacy policy