Fixed quad quoted ("""") docstring starts.

This commit is contained in:
John Vandenberg 2015-10-20 20:30:43 +11:00 committed by Tim Graham
parent 541aa2434d
commit 9e3f6c7483
2 changed files with 2 additions and 2 deletions

View File

@ -2430,7 +2430,7 @@ class AdminViewStringPrimaryKeyTest(TestCase):
self.assertEqual(logentry.object_id, str(edited_obj.pk)) self.assertEqual(logentry.object_id, str(edited_obj.pk))
def test_logentry_save(self): def test_logentry_save(self):
"""" """
LogEntry.action_time is a timestamp of the date when the entry was LogEntry.action_time is a timestamp of the date when the entry was
created. It shouldn't be updated on a subsequent save(). created. It shouldn't be updated on a subsequent save().
""" """

View File

@ -736,7 +736,7 @@ class SessionMiddlewareTests(TestCase):
self.assertEqual(response['Vary'], 'Cookie') self.assertEqual(response['Vary'], 'Cookie')
def test_empty_session_saved(self): def test_empty_session_saved(self):
"""" """
If a session is emptied of data but still has a key, it should still If a session is emptied of data but still has a key, it should still
be updated. be updated.
""" """