1 parent b23b80a commit 91e6378Copy full SHA for 91e6378
1 file changed
httpdbg/hooks/http.py
@@ -16,7 +16,7 @@ def hook(self, *args, **kwargs):
16
from httpdbg.webapp.app import HttpbgHTTPRequestHandler
17
18
if isinstance(self, HttpbgHTTPRequestHandler):
19
- # this request is for the httpdbg web server itself, we do have to create a group
+ # this request is for the httpdbg web server itself, we do not have to create a group
20
ret = method(self, *args, **kwargs)
21
else:
22
# the group label/full_label will be updated when the endpoint method will be called
0 commit comments