From 81095293291ae7c40c097c2af746d5886ded7e20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Thu, 12 Aug 2021 16:53:08 +0300 Subject: [PATCH] Render docs --- templates/docs/python.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")