这是indexloc提供的服务,不要输入任何密码
Skip to content

"Open in tab" anchor link bug in the help box #2690

@beiz23

Description

@beiz23

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".

open-in-tab
.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions