Skip to content

Commit 91e6378

Browse files
committed
typo
1 parent b23b80a commit 91e6378

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

httpdbg/hooks/http.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def hook(self, *args, **kwargs):
1616
from httpdbg.webapp.app import HttpbgHTTPRequestHandler
1717

1818
if isinstance(self, HttpbgHTTPRequestHandler):
19-
# this request is for the httpdbg web server itself, we do have to create a group
19+
# this request is for the httpdbg web server itself, we do not have to create a group
2020
ret = method(self, *args, **kwargs)
2121
else:
2222
# the group label/full_label will be updated when the endpoint method will be called

0 commit comments

Comments
 (0)