Skip to content

Commit f962c9e

Browse files
Apply suggestions from code review (fix typos)
Co-authored-by: tkrabel-db <[email protected]>
1 parent 6a2ad26 commit f962c9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pylsp/plugins/hover.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ def _find_docstring(definitions):
1616

1717
# TODO(Review)
1818
# We could also concatenate all docstrings we find in the definitions
19-
# I am agains this because
19+
# I am against this because
2020
# - If just one definition has a docstring, it gives a false impression of the hover element
21-
# - If multiple definitions have a docstring, the user will probably not relize
21+
# - If multiple definitions have a docstring, the user will probably not realize
2222
# that he can scroll to see the other options
2323
return ""
2424

0 commit comments

Comments
 (0)