Skip to content

Commit e083205

Browse files
committed
Fix grammar
1 parent 61ca4d2 commit e083205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aiohttp/web.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1142,7 +1142,7 @@ def __init__(self, method, handler, name, path):
11421142
self._path = path
11431143

11441144
def match(self, path):
1145-
# string comparsion about 10 times faster than regexp matching
1145+
# string comparsion is about 10 times faster than regexp matching
11461146
if self._path == path:
11471147
return {}
11481148
else:

0 commit comments

Comments
 (0)