Browse Source

Render .md -> .html

pull/464/head
Pēteris Caune 4 years ago
parent
commit
9f7a367f94
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/docs/python.html

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

@ -10,7 +10,7 @@
</code></pre></div> </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> <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> <span class="kn">import</span> <span class="nn">urllib.request</span>


Loading…
Cancel
Save