Merge pull request #1290 from geekerzp/model_name

[Python, Ruby] Fix issues in python and ruby clients
This commit is contained in:
wing328
2015-09-28 08:35:28 +08:00
3 changed files with 5 additions and 1 deletions

View File

@@ -435,7 +435,7 @@ class UserApi(object):
:param callback function: The callback function
for asynchronous request. (optional)
:param str username: The name that needs to be fetched. Use user1 for testing. (required)
:param str username: The name that needs to be fetched. Use user1 for testing. (required)
:return: User
If the method is called asynchronously,
returns the request thread.