We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdbbc6b commit 8f1ae2aCopy full SHA for 8f1ae2a
django_prometheus/__init__.py
@@ -4,7 +4,7 @@
4
"""
5
6
# Import all files that define metrics. This has the effect that
7
-# `import django_prometheus` will always instanciate all metric
+# `import django_prometheus` will always instantiate all metric
8
# objects right away.
9
from django_prometheus import middleware, models
10
django_prometheus/tests/end2end/testapp/views.py
@@ -13,7 +13,7 @@ def index(request):
13
14
15
def help(request):
16
- # render does not instanciate a TemplateResponse, so it does not
+ # render does not instantiate a TemplateResponse, so it does not
17
# increment the "by_templatename" counters.
18
return render(request, "help.html", {})
19
0 commit comments