From 8bcddcb41968bd66e4d7659b4a95079665a51462 Mon Sep 17 00:00:00 2001 From: Nitorac Date: Mon, 23 Sep 2024 14:28:43 +0200 Subject: [PATCH] Updated preview_server docstring --- lib/esbonio/esbonio/lsp/sphinx/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/esbonio/esbonio/lsp/sphinx/__init__.py b/lib/esbonio/esbonio/lsp/sphinx/__init__.py index 1bead40c..50e16fc7 100644 --- a/lib/esbonio/esbonio/lsp/sphinx/__init__.py +++ b/lib/esbonio/esbonio/lsp/sphinx/__init__.py @@ -96,7 +96,7 @@ def __init__(self, *args, **kwargs): """The process hosting the preview server.""" self.preview_server: Optional[HTTPServer] = None - """The handle of HTTPServer running the preview server only on Linux systems.""" + """The handle of HTTPServer running the preview server.""" self.preview_port: Optional[int] = None """The port the preview server is running on."""