Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct typo in typing.py #100423

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Correct typo in typing.py #100423

wants to merge 1 commit into from

Conversation

david-why
Copy link

@david-why david-why commented Dec 22, 2022

In the docstring of ParamSpec, the name of P = ParamSpec('P') was mistakenly written as 'T'.

In the docstring of `ParamSpec`, the name of `P = ParamSpec('P')` was
mistakenly written as `'T'`.
@bedevere-bot
Copy link

bedevere-bot commented Dec 22, 2022

Most changes to Python require a NEWS entry.

Please add it using the blurb_it web app or the blurb command-line tool.

@cpython-cla-bot
Copy link

cpython-cla-bot bot commented Dec 22, 2022

All commit authors signed the Contributor License Agreement.
CLA signed

Copy link
Member

@gvanrossum gvanrossum left a comment

Good catch. This is worth fixing.

@gvanrossum
Copy link
Member

gvanrossum commented Dec 22, 2022

Hopefully rerunning the Windows x64 job will make it pass -- it's pretty flaky.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants