mirror of
https://github.com/trimstray/the-book-of-secret-knowledge
synced 2024-12-26 09:58:40 +01:00
fix: syntax highlighting
This commit is contained in:
parent
945e21b6a4
commit
fb588667dc
1 changed files with 1 additions and 1 deletions
|
@ -4016,7 +4016,7 @@ python -m SimpleHTTPServer 8000
|
||||||
|
|
||||||
###### Static HTTP web server with SSL support
|
###### Static HTTP web server with SSL support
|
||||||
|
|
||||||
```bash
|
```py
|
||||||
# Python 3.x
|
# Python 3.x
|
||||||
from http.server import HTTPServer, BaseHTTPRequestHandler
|
from http.server import HTTPServer, BaseHTTPRequestHandler
|
||||||
import ssl
|
import ssl
|
||||||
|
|
Loading…
Reference in a new issue