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