mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Whitespace normalization.
This commit is contained in:
parent
4eb59782a8
commit
e718f615b8
4 changed files with 43 additions and 47 deletions
|
@ -115,7 +115,7 @@ def formatdate(timeval=None, localtime=False, usegmt=False):
|
|||
returns a date relative to the local timezone instead of UTC, properly
|
||||
taking daylight savings time into account.
|
||||
|
||||
Optional argument usegmt means that the timezone is written out as
|
||||
Optional argument usegmt means that the timezone is written out as
|
||||
an ascii string, not numeric one (so "GMT" instead of "+0000"). This
|
||||
is needed for HTTP, and is only used when localtime==False.
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue