diff options
| -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 |
