We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2e2adc commit de21f1eCopy full SHA for de21f1e
pythonkc_site/views.py
@@ -20,7 +20,7 @@ class PythonKCHome(TemplateView):
20
template_name = 'index.html'
21
22
def get_context_data(self, **kwargs):
23
- # NOTE Insteading of individually caching next/past events, we're
+ # NOTE Instead of individually caching next/past events, we're
24
# simply going to cache this whole page until things get more
25
# complicated (see urls.py for caching decoration).
26
0 commit comments