ScholarTools / mendeley_python

Mendeley API and related code for Python
MIT License
2 stars 1 forks source link

Fix method and function names. #1

Open JimHokanson opened 10 years ago

JimHokanson commented 10 years ago

I need to switch the method names to being consistent. Should be changed to:

def my_method_name and def my_function_name

Some currently are: def myMethodName or def myFunctionName