We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ce0b06 commit 6c9c089Copy full SHA for 6c9c089
ycmd/responses.py
@@ -96,8 +96,8 @@ def BuildDisplayMessageResponse( text ):
96
97
98
def BuildDetailedInfoResponse( text ):
99
- """ Returns the response object for displaying detailed information about types
100
- and usage, such as within a preview window"""
+ """ Returns the response object for displaying detailed information about
+ types and usage, such as within a preview window"""
101
return {
102
'detailed_info': text
103
}
0 commit comments