PEP 495 (minor): Corrected a typo.

This commit is contained in:
Alexander Belopolsky 2015-09-24 19:23:49 -04:00
parent 0c0aae4103
commit d211d0dc9e
1 changed files with 1 additions and 1 deletions

View File

@ -739,7 +739,7 @@ such program because ``astimezone()`` does not currently work with
naive datetimes.
This leaves us with only one situation where an existing program can
start producing diferent results after the implementation of this PEP:
start producing different results after the implementation of this PEP:
when a ``datetime.timestamp()`` method is called on a naive datetime
instance that happen to be in the fold or the gap. In the current
implementation, the result is undefined. Depending on the system