pyopenapi / pyswagger

An OpenAPI (fka Swagger) client & converter in python, which is type-safe, dynamic, spec-compliant.
MIT License
385 stars 90 forks source link

Docs seem to have a typo #41

Closed thoppe closed 9 years ago

thoppe commented 9 years ago

Changed When I ran the example, it looked like the import was missing an s

from pyswagger.contrib.client.request import Client

into

from pyswagger.contrib.client.requests import Client
mission-liao commented 9 years ago

thanks.