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
parent
commit
75d461337a
No known key found for this signature in database GPG Key ID: AE3BE0D53823CF05
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/docs/python.md

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

@ -12,7 +12,7 @@ except requests.RequestException as e:
print("Ping failed: %s" % 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 ```python
import socket import socket


Loading…
Cancel
Save