Browse Source

Fix grammar issue in docs

pull/555/head
Jan Dittrich 3 years ago
committed by Pēteris Caune
parent
commit
289afd5683
  1. 4
      templates/docs/python.md

4
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")
```
```
Loading…
Cancel
Save