Skip to content
Snippets Groups Projects
Commit a05d9a70 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

Typo in weakfuncref docs.

parent b4bb75d8
No related branches found
No related tags found
No related merge requests found
...@@ -81,8 +81,8 @@ class WeakFunctionRef(object): ...@@ -81,8 +81,8 @@ class WeakFunctionRef(object):
irreconcilably incompatible (or just where :mod:`six` does not have a irreconcilably incompatible (or just where :mod:`six` does not have a
function to help us). function to help us).
In Python 2 there is no difference between an unbound method and a In Python 3 there is no difference between an unbound method and a
function. But in Python 3, an unbound method is still a method (and function. But in Python 2, an unbound method is still a method (and
inspect.ismethod returns True). inspect.ismethod returns True).
""" """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment