Remove a trailing space
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Daniele Tricoli 2021-11-19 19:12:40 +01:00
parent c941e52eb1
commit ee7381c33c
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ Installation
gunicorn poetrybot.web.wsgi:app
6. Use the REST API to insert allowed friends, poets and poems. The fastest way
to look at the API is to load the API specification into
to look at the API is to load the API specification into
https://editor.swagger.io
An alternative is to clone the repository and use the provided ``Dockerfile``.