diff --git a/templates/docs/python.html b/templates/docs/python.html index 9eb22050..2ca2d610 100644 --- a/templates/docs/python.html +++ b/templates/docs/python.html @@ -22,7 +22,7 @@ module from Python 3 standard library:

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):

# Passing diagnostic information in the POST body:
 import requests
 requests.post("PING_URL", data="temperature=-7")