From fb588667dc21082fe5eb03260eb0f4ca22a239b4 Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Thu, 12 Jan 2023 16:23:36 +0100 Subject: [PATCH] fix: syntax highlighting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab7c2d7..315ca52 100644 --- a/README.md +++ b/README.md @@ -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