Issue
In the pop-up help box for "random.shuffle()", encoded description is displayed to the right of the "Open in tab" link, as shown in the attached image.
The expected behavior
The anchor link should include the all of the explanatory description. This is supposed to happen when the description contains a ");".
What web browser you are using
Chrome
A minimal code that reproduces this issue
import random
a = [1,2,3]
random.shuffle(a)
and mouse over "shuffle".

.