Skip to content

Commit fedc634

Browse files
committed
Fix Sphinx warning in whatsnew/3.0.rst
1 parent f19ac5c commit fedc634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ New Syntax
357357
provides a standardized way of annotating a function's parameters
358358
and return value. There are no semantics attached to such
359359
annotations except that they can be introspected at runtime using
360-
the :attr:`~object.__annotations__` attribute. The intent is to
360+
the :attr:`!__annotations__` attribute. The intent is to
361361
encourage experimentation through metaclasses, decorators or frameworks.
362362

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

0 commit comments

Comments
 (0)