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.
1 parent 198eb1f commit 6fddb12Copy full SHA for 6fddb12
Doc/library/typing.rst
@@ -248,7 +248,7 @@ a callable with any arbitrary parameter list would be acceptable:
248
x = str # OK
249
x = concat # Also OK
250
251
-``Callable`` cannot express complex signatures such as functions that have
+``Callable`` cannot express complex signatures such as functions that have
252
keyword-only or var-positional parameters, or :ref:`overloaded functions <overload>`.
253
However, these signatures can be expressed by defining a :class:`Protocol` class with a
254
:meth:`~object.__call__` method:
0 commit comments