Skip to content

Commit de21f1e

Browse files
committed
Typo in comment
1 parent a2e2adc commit de21f1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonkc_site/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class PythonKCHome(TemplateView):
2020
template_name = 'index.html'
2121

2222
def get_context_data(self, **kwargs):
23-
# NOTE Insteading of individually caching next/past events, we're
23+
# NOTE Instead of individually caching next/past events, we're
2424
# simply going to cache this whole page until things get more
2525
# complicated (see urls.py for caching decoration).
2626

0 commit comments

Comments
 (0)