From a05d9a7085d28b1689924faaaa074829ad8f9e3e Mon Sep 17 00:00:00 2001
From: Paul McCarthy <pauldmccarthy@gmail.com>
Date: Wed, 31 Jan 2018 10:55:32 +0000
Subject: [PATCH] Typo in weakfuncref docs.

---
 fsl/utils/weakfuncref.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/fsl/utils/weakfuncref.py b/fsl/utils/weakfuncref.py
index 937481c01..19a9a3c5d 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).
         """
 
-- 
GitLab