Fix typo in docstring
authorChristos Stavrakakis <cstavr@grnet.gr>
Tue, 26 Feb 2013 16:49:18 +0000 (18:49 +0200)
committerMichele Tartara <mtartara@google.com>
Wed, 27 Feb 2013 09:57:58 +0000 (10:57 +0100)
Signed-off-by: Christos Stavrakakis <cstavr@grnet.gr>
Reviewed-by: Michele Tartara <mtartara@google.com>

lib/ht.py

index a449e82..42e533b 100644 (file)
--- a/lib/ht.py
+++ b/lib/ht.py
@@ -297,7 +297,7 @@ def TAnd(*args):
 
 
 def TOr(*args):
-  """Combine multiple functions using an AND operation.
+  """Combine multiple functions using an OR operation.
 
   """
   def fn(val):