From 8d8eea4fe956f78ffac97f4afe132b4b6543f08c Mon Sep 17 00:00:00 2001 From: Vadim Markovtsev Date: Thu, 5 Dec 2019 17:02:43 +0100 Subject: [PATCH] Fix typo aiohtpp -> aiohttp (#4709) --- .../src/main/resources/python-aiohttp/README.mustache | 4 ++-- samples/server/petstore/python-aiohttp/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/openapi-generator/src/main/resources/python-aiohttp/README.mustache b/modules/openapi-generator/src/main/resources/python-aiohttp/README.mustache index 3402bd835d9..a9730470093 100644 --- a/modules/openapi-generator/src/main/resources/python-aiohttp/README.mustache +++ b/modules/openapi-generator/src/main/resources/python-aiohttp/README.mustache @@ -3,9 +3,9 @@ ## Overview This server was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-Spec](https://openapis.org) from a remote server, you can easily generate a server stub. This -is an example of building a OpenAPI-enabled aiohtpp server. +is an example of building a OpenAPI-enabled aiohttp server. -This example uses the [Connexion](https://github.com/zalando/connexion) library on top of aiohtpp. +This example uses the [Connexion](https://github.com/zalando/connexion) library on top of aiohttp. ## Requirements Python 3.5.2+ diff --git a/samples/server/petstore/python-aiohttp/README.md b/samples/server/petstore/python-aiohttp/README.md index 5983d83f184..6aa7491711b 100644 --- a/samples/server/petstore/python-aiohttp/README.md +++ b/samples/server/petstore/python-aiohttp/README.md @@ -3,9 +3,9 @@ ## Overview This server was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-Spec](https://openapis.org) from a remote server, you can easily generate a server stub. This -is an example of building a OpenAPI-enabled aiohtpp server. +is an example of building a OpenAPI-enabled aiohttp server. -This example uses the [Connexion](https://github.com/zalando/connexion) library on top of aiohtpp. +This example uses the [Connexion](https://github.com/zalando/connexion) library on top of aiohttp. ## Requirements Python 3.5.2+