Fixed #25668 -- Misc spelling errors

This commit is contained in:
Ville Skyttä 2015-11-03 11:55:10 +02:00
parent a10cbbbc17
commit 3ee18400ae
12 changed files with 18 additions and 18 deletions

View file

@ -676,7 +676,7 @@ class SerializationTests(SimpleTestCase):
# Backend-specific notes:
# - JSON supports only milliseconds, microseconds will be truncated.
# - PyYAML dumps the UTC offset correctly for timezone-aware datetimes,
# but when it loads this representation, it substracts the offset and
# but when it loads this representation, it subtracts the offset and
# returns a naive datetime object in UTC (http://pyyaml.org/ticket/202).
# Tests are adapted to take these quirks into account.