fix: syntax highlighting

This commit is contained in:
0xflotus 2023-01-12 16:23:36 +01:00 committed by GitHub
parent 945e21b6a4
commit fb588667dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4016,7 +4016,7 @@ python -m SimpleHTTPServer 8000
###### Static HTTP web server with SSL support
```bash
```py
# Python 3.x
from http.server import HTTPServer, BaseHTTPRequestHandler
import ssl