mirror of
https://github.com/django/django.git
synced 2025-08-03 02:23:12 +00:00
Fixed #25668 -- Misc spelling errors
This commit is contained in:
parent
a10cbbbc17
commit
3ee18400ae
12 changed files with 18 additions and 18 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue