mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Whitespace normalization.
This commit is contained in:
parent
bc1c7a0854
commit
83e7ccc9fd
5 changed files with 7 additions and 8 deletions
|
|
@ -967,7 +967,7 @@ def formatdate(timeval=None):
|
|||
timeval[2],
|
||||
["Jan", "Feb", "Mar", "Apr", "May", "Jun",
|
||||
"Jul", "Aug", "Sep", "Oct", "Nov", "Dec"][timeval[1]-1],
|
||||
timeval[0], timeval[3], timeval[4], timeval[5])
|
||||
timeval[0], timeval[3], timeval[4], timeval[5])
|
||||
|
||||
|
||||
# When used as script, run a small test program.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue