diff --git a/templates/docs/python.html b/templates/docs/python.html index 23031cfb..4056685f 100644 --- a/templates/docs/python.html +++ b/templates/docs/python.html @@ -10,7 +10,7 @@ -
Otherwise, you can use the urllib module from Python 3 standard libary:
+Otherwise, you can use the urllib module from Python 3 standard library:
import socket
import urllib.request
diff --git a/templates/docs/python.md b/templates/docs/python.md
index 4c1484e4..2e643870 100644
--- a/templates/docs/python.md
+++ b/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