fix typo, update documentation for python lib

This commit is contained in:
wing328
2015-08-23 16:49:36 +08:00
parent 3f8dbf416d
commit 2251a2f892
6 changed files with 23 additions and 18 deletions

View File

@@ -34,6 +34,7 @@ class {{classname}}(object):
"""
NOTE: This class is auto generated by the swagger code generator program.
Do not edit the class manually.
Ref: https://github.com/swagger-api/swagger-codegen
"""
def __init__(self, api_client=None):
@@ -51,7 +52,7 @@ class {{classname}}(object):
{{{summary}}}
{{{notes}}}
This method makes a synchronous HTTP request by default.To make an
This method makes a synchronous HTTP request by default. To make an
asynchronous HTTP request, please define a `callback` function
to be invoked when receiving the response.
>>> def callback_function(response):