Skip to content

Commit 6fddb12

Browse files
authored
Update typing.rst
1 parent 198eb1f commit 6fddb12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/typing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ a callable with any arbitrary parameter list would be acceptable:
248248
x = str # OK
249249
x = concat # Also OK
250250

251-
``Callable`` cannot express complex signatures such as functions that have
251+
``Callable`` cannot express complex signatures such as functions that have
252252
keyword-only or var-positional parameters, or :ref:`overloaded functions <overload>`.
253253
However, these signatures can be expressed by defining a :class:`Protocol` class with a
254254
:meth:`~object.__call__` method:

0 commit comments

Comments
 (0)