diff --git a/fsl/utils/weakfuncref.py b/fsl/utils/weakfuncref.py index 937481c014c00b71bda39e7c2985bf78ecbb084d..19a9a3c5db449db41b89388a63820846f3714bcf 100644 --- a/fsl/utils/weakfuncref.py +++ b/fsl/utils/weakfuncref.py @@ -81,8 +81,8 @@ class WeakFunctionRef(object): irreconcilably incompatible (or just where :mod:`six` does not have a function to help us). - In Python 2 there is no difference between an unbound method and a - function. But in Python 3, an unbound method is still a method (and + In Python 3 there is no difference between an unbound method and a + function. But in Python 2, an unbound method is still a method (and inspect.ismethod returns True). """