Skip to content

Commit

Permalink
Fix Sphinx warning in whatsnew/3.0.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Dec 10, 2024
1 parent 58cca2f commit dccc862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ New Syntax
provides a standardized way of annotating a function's parameters
and return value. There are no semantics attached to such
annotations except that they can be introspected at runtime using
the :attr:`~object.__annotations__` attribute. The intent is to
the :attr:`!__annotations__` attribute. The intent is to
encourage experimentation through metaclasses, decorators or frameworks.

* :pep:`3102`: Keyword-only arguments. Named parameters occurring
Expand Down

0 comments on commit dccc862

Please sign in to comment.