forked from loafle/openapi-generator-original
[python] : Make example code snippet compilable (#3148)
* feat(python): Making example compilable * feat(python): Updating pet project * feat(python): Updating comments * feat(documentation): Fixing comments style * feat(documentation): Updating documentation * feat(documentation): Fixing comments style
This commit is contained in:
committed by
William Cheng
parent
a41448ab9c
commit
6578cef260
@@ -23,7 +23,7 @@ import petstore_api
|
||||
from petstore_api.rest import ApiException
|
||||
from pprint import pprint
|
||||
|
||||
# create an instance of the API class
|
||||
# Create an instance of the API class
|
||||
api_instance = petstore_api.AnotherFakeApi()
|
||||
body = petstore_api.Client() # Client | client model
|
||||
|
||||
|
||||
Reference in New Issue
Block a user