diff --git a/docs/external_api_rest.md b/docs/external_api_rest.md index 1ef603db..10953d64 100644 --- a/docs/external_api_rest.md +++ b/docs/external_api_rest.md @@ -20,7 +20,7 @@ $ curl -X GET \ http://IP_ADDRESS:8123/ENDPOINT ``` -Another option is to use Python and the [Requests](http://docs.python-requests.org/en/latest/) module. = +Another option is to use Python and the [Requests](http://docs.python-requests.org/en/latest/) module. ```python from requests import get