Skip to content

Commit

Permalink
Updated preview_server docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitorac committed Sep 23, 2024
1 parent 963c265 commit 8bcddcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/esbonio/esbonio/lsp/sphinx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."""
Expand Down

0 comments on commit 8bcddcb

Please sign in to comment.