Skip to content

Commit e004d3a

Browse files
JacobCoffeemerwok
andauthored
Update pydotorg/tests/test_context_processors.py
Co-authored-by: Éric <merwok@netwok.org>
1 parent d750b22 commit e004d3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pydotorg/tests/test_context_processors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def test_url_name_always_returns_keys(self):
123123
request = self.factory.get('/this-does-not-exist/')
124124
result = context_processors.url_name(request)
125125

126-
# kyes should always be present
126+
# keys should always be present
127127
self.assertIn('URL_NAME', result)
128128
self.assertIn('URL_NAMESPACE', result)
129129

0 commit comments

Comments
 (0)