You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in README.md the first decorator takes description as a parameter, changes descriptor in the function body and then returns descriptor. I think it should change description in function body and then return description.
The text was updated successfully, but these errors were encountered:
fi0rini
changed the title
wrong return value or parameter name
typo, wrong return value or parameter name
Dec 4, 2015
Note that the parameter description does not match the variable used within the function body named descriptor (r vs. n). The fix would simply change the parameter name to descriptor.
in README.md the first decorator takes description as a parameter, changes descriptor in the function body and then returns descriptor. I think it should change description in function body and then return description.
The text was updated successfully, but these errors were encountered: