From 19f00d83e09fd9efad79d7ec62cadf459e211170 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 1 Dec 2018 23:27:26 +0100 Subject: [PATCH] Remove leftover (#155) --- docs/external_api_rest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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