PY-29717 Get rid of excess escaping of spaces in function signatures

It's not necessary as in Quick Documentation a definition is wrapped in
<pre/> tag according to new guide lines, and in tooltips line breaks are
preserved thanks to UIUtil.getHtmlBody() used in HintUtil.prepareHintText().
This commit is contained in:
Mikhail Golubev
2018-06-04 14:30:25 +03:00
parent 7afb41757c
commit 69d61a8316
55 changed files with 81 additions and 65 deletions

View File

@@ -1 +1 @@
async&nbsp;def&nbsp;func()&nbsp;-&gt;&nbsp;Any
async def func() -&gt; Any