diff --git a/peps/pep-0747.rst b/peps/pep-0747.rst index e81d57b3700..5be0185310e 100644 --- a/peps/pep-0747.rst +++ b/peps/pep-0747.rst @@ -670,22 +670,12 @@ Acknowledgements Footnotes ========= -.. [#type_t] - :ref:`Type[T] ` spells a class object - -.. [#TypeIs] - :ref:`TypeIs[T] ` is similar to bool +* :ref:`Type[T] ` spells a class object .. [#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,