diff options
Diffstat (limited to 'kafka/util.py')
-rw-r--r-- | kafka/util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kafka/util.py b/kafka/util.py index 75538dd..9354bd9 100644 --- a/kafka/util.py +++ b/kafka/util.py @@ -134,7 +134,7 @@ class ReentrantTimer(object): class WeakMethod(object): """ Callable that weakly references a method and the object it is bound to. It - is based on http://stackoverflow.com/a/24287465. + is based on https://stackoverflow.com/a/24287465. Arguments: |