From f962c9eb6624c5cd77f9ab0754fe61791555b5e0 Mon Sep 17 00:00:00 2001 From: Benjamin Wilhelm Date: Fri, 13 Oct 2023 09:22:41 +0200 Subject: [PATCH] Apply suggestions from code review (fix typos) Co-authored-by: tkrabel-db <91616041+tkrabel-db@users.noreply.github.com> --- pylsp/plugins/hover.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pylsp/plugins/hover.py b/pylsp/plugins/hover.py index 883b4c0d..850f2709 100644 --- a/pylsp/plugins/hover.py +++ b/pylsp/plugins/hover.py @@ -16,9 +16,9 @@ def _find_docstring(definitions): # TODO(Review) # We could also concatenate all docstrings we find in the definitions - # I am agains this because + # I am against this because # - If just one definition has a docstring, it gives a false impression of the hover element - # - If multiple definitions have a docstring, the user will probably not relize + # - If multiple definitions have a docstring, the user will probably not realize # that he can scroll to see the other options return ""