We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
*
1 parent 8dc37ee commit 35979d3Copy full SHA for 35979d3
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