mirror of
https://github.com/python/cpython.git
synced 2025-09-13 12:17:24 +00:00
[codemod] Fix non-matching bracket pairs (GH-28473)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> Co-authored-by: Łukasz Langa <lukasz@langa.pl>
This commit is contained in:
parent
a007347100
commit
8f943ca257
29 changed files with 35 additions and 33 deletions
|
@ -1013,7 +1013,7 @@ new_time_ex(int hour, int minute, int second, int usecond,
|
|||
* true. Passing false is a speed optimization, if you know for sure
|
||||
* that seconds and microseconds are already in their proper ranges. In any
|
||||
* case, raises OverflowError and returns NULL if the normalized days is out
|
||||
* of range).
|
||||
* of range.
|
||||
*/
|
||||
static PyObject *
|
||||
new_delta_ex(int days, int seconds, int microseconds, int normalize,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue