mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Issue #27076: Merge spelling from 3.5
This commit is contained in:
commit
3e04d5b306
66 changed files with 232 additions and 232 deletions
|
@ -219,7 +219,7 @@ days_in_month(int year, int month)
|
|||
return _days_in_month[month];
|
||||
}
|
||||
|
||||
/* year, month -> number of days in year preceeding first day of month */
|
||||
/* year, month -> number of days in year preceding first day of month */
|
||||
static int
|
||||
days_before_month(int year, int month)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue