We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
*
1 parent 8bbd246 commit a8dd686Copy full SHA for a8dd686
1 file changed
pyls/_utils.py
@@ -136,7 +136,6 @@ def format_docstring(contents):
136
"""
137
contents = contents.replace('\t', u'\u00A0' * 4)
138
contents = contents.replace(' ', u'\u00A0' * 2)
139
- contents = contents.replace('*', '\\*')
140
return contents
141
142
0 commit comments