Browse Source

fix comment

Bastien Sevajol 5 years ago
parent
commit
ed9319facf
No account linked to committer's email
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hapic/ext/aiohttp/context.py

+ 1 - 1
hapic/ext/aiohttp/context.py View File

@@ -23,7 +23,7 @@ from hapic.processor import RequestParameters
23 23
 from aiohttp import web
24 24
 
25 25
 
26
-# Bottle regular expression to locate url parameters
26
+# Aiohttp regular expression to locate url parameters
27 27
 AIOHTTP_RE_PATH_URL = re.compile(r'{([^:<>]+)(?::[^<>]+)?}')
28 28
 
29 29