10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
typing
1 parent 3fe7419 commit c2f42f1Copy full SHA for c2f42f1
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