New submission from Evan <evan.schal...@gmail.com>:

Apologies if this is pedantic; in the typing.py file the ParamSpec's doc string 
says:

"They are only valid when used in ``Concatenate``,
    or s the first argument to ``Callable``"

I believe it should be:

"They are only valid when used in ``Concatenate``,
    or as the first argument to ``Callable``"

s -> as

----------
messages: 411970
nosy: ESchalton
priority: normal
severity: normal
status: open
title: ParamSpec: Typo in doc string
type: behavior
versions: Python 3.10

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue46560>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to