**Documentation** Found that the typing ```List``` is used in example, but import is missed at ```dataclasses.rst``` file. In this example: ``` @dataclass class D: x: List = [] def add(self, element): self.x += element ``` the import ```from typing import List``` is missing
Documentation
Found that the typing
Listis used in example, but import is missed atdataclasses.rstfile.In this example:
the import
from typing import Listis missing