Browse Source

Fix grammar issue in docs

pull/551/head
Jan Dittrich 3 years ago
committed by GitHub
parent
commit
65b45862b6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      templates/docs/python.md

+ 2
- 2
templates/docs/python.md View File

@ -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