Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cdccafb

Browse filesBrowse files
[3.12] gh-108267 Fix another dataclasses docs typo (GH-119277) (#119280)
gh-108267 Fix another dataclasses docs typo (GH-119277) (cherry picked from commit 423bbcb) Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
1 parent f489911 commit cdccafb
Copy full SHA for cdccafb

File tree

1 file changed

+2
-1
lines changed
Filter options

1 file changed

+2
-1
lines changed

‎Doc/library/dataclasses.rst

Copy file name to clipboardExpand all lines: Doc/library/dataclasses.rst
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,8 @@ methods will raise a :exc:`FrozenInstanceError` when invoked.
614614
There is a tiny performance penalty when using ``frozen=True``:
615615
:meth:`~object.__init__` cannot use simple assignment to initialize fields, and
616616
must use :meth:`!object.__setattr__`.
617-
.. Make sure to not remove "object" from "object.__setattr__" in the above markup
617+
618+
.. Make sure to not remove "object" from "object.__setattr__" in the above markup!
618619
619620
.. _dataclasses-inheritance:
620621

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.