diff --git a/templates/docs/python.md b/templates/docs/python.md index 2950894d..04dcd0bc 100644 --- a/templates/docs/python.md +++ b/templates/docs/python.md @@ -27,10 +27,10 @@ except socket.error as e: print("Ping failed: %s" % e) ``` -You can include additional diagnostic information in the in the request body (for POST requests): +You can include additional diagnostic information in the request body (for POST requests): ```python # Passing diagnostic information in the POST body: import requests requests.post("PING_URL", data="temperature=-7") -``` \ No newline at end of file +```