Skip to content

Commit 363e39a

Browse files
committed
Do not escape * in docs, as it is crucial part of markdown
1 parent 84717f8 commit 363e39a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyls/_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ def format_docstring(contents):
104104
"""
105105
contents = contents.replace('\t', u'\u00A0' * 4)
106106
contents = contents.replace(' ', u'\u00A0' * 2)
107-
contents = contents.replace('*', '\\*')
108107
return contents
109108

110109

0 commit comments

Comments
 (0)