forked from GithubBackups/healthchecks
docs: fix simple typo, libary -> library (#464)
Fix simple typo in docs, libary -> library There is a small typo in templates/docs/python.md. Should read `library` rather than `libary`.
This commit is contained in:
parent
ce0f84a112
commit
1f641962d2
@ -10,7 +10,7 @@
|
||||
</code></pre></div>
|
||||
|
||||
|
||||
<p>Otherwise, you can use the urllib module from Python 3 standard libary:</p>
|
||||
<p>Otherwise, you can use the urllib module from Python 3 standard library:</p>
|
||||
<div class="python highlight"><pre><span></span><code><span class="kn">import</span> <span class="nn">socket</span>
|
||||
<span class="kn">import</span> <span class="nn">urllib.request</span>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user