python / cpython

The Python programming language
https://www.python.org
Other
63.65k stars 30.49k forks source link

Fix open bracket in invalid_parameter_handle.c #127143

Closed SciMind2460 closed 3 days ago

SciMind2460 commented 3 days ago

Fix typo in invalid_parameter_handle.c

It should be in the following format:

Fixed the missing closing bracket in invalid_parameter_handle.c, making sure invalid parameters are handled better. (This is a very small PR)

cpython-cla-bot[bot] commented 3 days ago

All commit authors signed the Contributor License Agreement.
CLA signed

bedevere-app[bot] commented 3 days ago

Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool.

If this change has little impact on Python users, wait for a maintainer to apply the skip news label instead.