Skip to content

Commit 8f1ae2a

Browse files
committed
Fix type-o
1 parent fdbbc6b commit 8f1ae2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

django_prometheus/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"""
55

66
# Import all files that define metrics. This has the effect that
7-
# `import django_prometheus` will always instanciate all metric
7+
# `import django_prometheus` will always instantiate all metric
88
# objects right away.
99
from django_prometheus import middleware, models
1010

django_prometheus/tests/end2end/testapp/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def index(request):
1313

1414

1515
def help(request):
16-
# render does not instanciate a TemplateResponse, so it does not
16+
# render does not instantiate a TemplateResponse, so it does not
1717
# increment the "by_templatename" counters.
1818
return render(request, "help.html", {})
1919

0 commit comments

Comments
 (0)