We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
typing
1 parent 4197043 commit a498de4Copy full SHA for a498de4
Doc/library/typing.rst
@@ -1588,7 +1588,7 @@ These are not used in annotations. They are building blocks for creating generic
1588
methods, not their type signatures. For example, :class:`ssl.SSLObject`
1589
is a class, therefore it passes an :func:`issubclass`
1590
check against :data:`Callable`. However, the
1591
- :meth:`ssl.SSLObject.__init__` method exists only to raise a
+ ``ssl.SSLObject.__init__`` method exists only to raise a
1592
:exc:`TypeError` with a more informative message, therefore making
1593
it impossible to call (instantiate) :class:`ssl.SSLObject`.
1594
0 commit comments