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