Skip to content
Open
Changes from all commits
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
12 changes: 1 addition & 11 deletions peps/pep-0747.rst
Original file line number Diff line number Diff line change
Expand Up @@ -670,22 +670,12 @@ Acknowledgements
Footnotes
=========

.. [#type_t]
:ref:`Type[T] <typing:type-brackets>` spells a class object

.. [#TypeIs]
:ref:`TypeIs[T] <typing:typeis>` is similar to bool
* :ref:`Type[T] <typing:type-brackets>` spells a class object
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A bare bullet point in the footnotes section doesn't make much sense, why not remove it?

Also cc @davidfstr


.. [#DataclassInitVar]
``dataclass.make_dataclass`` allows the type qualifier ``InitVar[...]``,
so ``TypeForm`` cannot be used in this case.

.. [#forward_ref_normalization]
Special forms normalize string arguments to ``ForwardRef`` instances
at runtime using internal helper functions in the ``typing`` module.
Runtime type checkers may wish to implement similar functions when
working with string-based forward references.

.. [#quoted_less_common]
Quoted annotations are expected to become less common starting in Python
3.14 when :pep:`deferred annotations <649>` is implemented. However,
Expand Down
Loading