Skip to content

Commit b967033

Browse files
Correct docstring indents
1 parent 5132e52 commit b967033

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

aiohttp_apispec/aiohttp_apispec.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,11 +197,12 @@ async def index(request):
197197
:param str version: API version
198198
:param str url: url for swagger spec in JSON format
199199
:param str request_data_name: name of the key in Request object
200-
where validated data will be placed by validation_middleware (``'data'`` by default)
200+
where validated data will be placed by
201+
validation_middleware (``'data'`` by default)
201202
:param str swagger_path: experimental SwaggerUI support (starting from v1.1.0).
202-
By default it is None (disabled)
203+
By default it is None (disabled)
203204
:param str static_path: path for static files used by SwaggerUI
204-
(if it is enabled with ``swagger_path``)
205+
(if it is enabled with ``swagger_path``)
205206
:param kwargs: any apispec.APISpec kwargs
206207
"""
207208
AiohttpApiSpec(

0 commit comments

Comments
 (0)