Browse Source
docs: fix simple typo, libary -> library
There is a small typo in templates/docs/python.md.
Should read `library` rather than `libary`.
pull/464/head
Tim Gates
4 years ago
No known key found for this signature in database
GPG Key ID: AE3BE0D53823CF05
1 changed files with
1 additions and
1 deletions
-
templates/docs/python.md
|
|
@ -12,7 +12,7 @@ except requests.RequestException as e: |
|
|
|
print("Ping failed: %s" % e) |
|
|
|
``` |
|
|
|
|
|
|
|
Otherwise, you can use the urllib module from Python 3 standard libary: |
|
|
|
Otherwise, you can use the urllib module from Python 3 standard library: |
|
|
|
|
|
|
|
```python |
|
|
|
import socket |
|
|
|