Skip to content

Commit

Permalink
Apply suggestions from code review (fix typos)
Browse files Browse the repository at this point in the history
Co-authored-by: tkrabel-db <[email protected]>
  • Loading branch information
HedgehogCode and tkrabel-db authored Oct 13, 2023
1 parent 6a2ad26 commit f962c9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pylsp/plugins/hover.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""

Expand Down

0 comments on commit f962c9e

Please sign in to comment.