Skip to content

[tutorial/classes.html] odds and ends dataclasses sample code typo dataclasses #100633

@peterjpxie

Description

@peterjpxie

Documentation

Open https://docs.python.org/3.12/tutorial/classes.html#odds-and-ends

There is a typo in the sample code. import dataclasses should be import dataclass.

from dataclasses import dataclasses

@dataclass
class Employee:
    name: str
    dept: str
    salary: int

It was introduced in this PR.

Linked PRs

Metadata

Metadata

Assignees

Labels

3.10only security fixes3.11only security fixes3.12only security fixesdocsDocumentation in the Doc direasy

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions