We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a2ad26 commit f962c9eCopy full SHA for f962c9e
pylsp/plugins/hover.py
@@ -16,9 +16,9 @@ def _find_docstring(definitions):
16
17
# TODO(Review)
18
# We could also concatenate all docstrings we find in the definitions
19
- # I am agains this because
+ # I am against this because
20
# - 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
+ # - If multiple definitions have a docstring, the user will probably not realize
22
# that he can scroll to see the other options
23
return ""
24
0 commit comments