Skip to content

Commit 552becc

Browse files
committed
Typo
1 parent 2e5aa58 commit 552becc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/rtd_tests/tests/test_footer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ def test_version_queries(self):
452452
response = self.client.get(self.url, HTTP_HOST=self.host)
453453
self.assertContains(response, '0.8.1')
454454

455-
# Seconde time we don't create a new page view,
455+
# Second time we don't create a new page view,
456456
# this shouldn't impact the number of queries.
457457
with self.assertNumQueries(self.EXPECTED_QUERIES):
458458
response = self.client.get(self.url, HTTP_HOST=self.host)

0 commit comments

Comments
 (0)