diff options
| author | Mattias Andrée <maandree@operamail.com> | 2014-03-07 18:25:58 +0100 |
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2014-03-07 18:25:58 +0100 |
| commit | d7f9995f01e9bf4c24c26d6b8d2ea2e45a5f0d24 (patch) | |
| tree | 6f37523e1034d68d6ce659d463e524c9efaaaa91 | |
| parent | basis for info manual (diff) | |
| download | join-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.py | 2 |
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 |
