Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FSL
fslpy
Commits
270318bf
Commit
270318bf
authored
Jan 31, 2018
by
Paul McCarthy
🚵
Browse files
Typo in weakfuncref docs.
parent
0d611406
Changes
1
Hide whitespace changes
Inline
Side-by-side
fsl/utils/weakfuncref.py
View file @
270318bf
...
...
@@ -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).
"""
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment