aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-03-07 18:25:58 +0100
committerMattias Andrée <maandree@operamail.com>2014-03-07 18:25:58 +0100
commitd7f9995f01e9bf4c24c26d6b8d2ea2e45a5f0d24 (patch)
tree6f37523e1034d68d6ce659d463e524c9efaaaa91
parentbasis for info manual (diff)
downloadjoin-python-d7f9995f01e9bf4c24c26d6b8d2ea2e45a5f0d24.tar.gz
join-python-d7f9995f01e9bf4c24c26d6b8d2ea2e45a5f0d24.tar.bz2
join-python-d7f9995f01e9bf4c24c26d6b8d2ea2e45a5f0d24.tar.xz
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--src/join.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/join.py b/src/join.py
index 355c27b..f4cc967 100644
--- a/src/join.py
+++ b/src/join.py
@@ -227,7 +227,7 @@ def concurrently(*fs):
def joinmethod(f):
'''
- Make a fragment of signal an instance method rather than a static method
+ Make a fragment or signal an instance method rather than a static method
@param f:(self, *..., **...)→¿R? The static method
@return f:(self, *..., **...)→¿R? The method made into a instance method