Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix format
  • Loading branch information
markshannon committed Sep 8, 2025
commit 8943f8371afbf66a92d1095c3a68e31f058d585f
2 changes: 1 addition & 1 deletion peps/pep-08xx.rst
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ end of the ``__init__`` method::
self.__freeze__()


... note::
.. note::

The various ``freeze`` methods have full VM support. Immutability is not merely a convention, it will
be enforced by the VM.
Expand Down