Skip to content

Formatting closing brackets #420

Open
@hoba87

Description

@hoba87

When using e.g.

from typing import Dict, List

def test(d: Dict[str, List[str]]):
  pass

the documentation formats the type like that: Dict[str, List[str]], so in bold but not the closing brackets.
A consistent format would be desirable.

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