Kaydet (Commit) 9e3f6c74 authored tarafından John Vandenberg's avatar John Vandenberg Kaydeden (comit) Tim Graham

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

üst 541aa243
......@@ -2430,7 +2430,7 @@ class AdminViewStringPrimaryKeyTest(TestCase):
self.assertEqual(logentry.object_id, str(edited_obj.pk))
def test_logentry_save(self):
""""
"""
LogEntry.action_time is a timestamp of the date when the entry was
created. It shouldn't be updated on a subsequent save().
"""
......
......@@ -736,7 +736,7 @@ class SessionMiddlewareTests(TestCase):
self.assertEqual(response['Vary'], 'Cookie')
def test_empty_session_saved(self):
""""
"""
If a session is emptied of data but still has a key, it should still
be updated.
"""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment