We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
*
1 parent 84717f8 commit 363e39aCopy full SHA for 363e39a
1 file changed
pyls/_utils.py
@@ -104,7 +104,6 @@ def format_docstring(contents):
104
"""
105
contents = contents.replace('\t', u'\u00A0' * 4)
106
contents = contents.replace(' ', u'\u00A0' * 2)
107
- contents = contents.replace('*', '\\*')
108
return contents
109
110
0 commit comments