瀏覽代碼

fix comment

Bastien Sevajol 6 年之前
父節點
當前提交
ed9319facf
沒有帳戶連結到提交者的電子郵件
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      hapic/ext/aiohttp/context.py

+ 1 - 1
hapic/ext/aiohttp/context.py 查看文件

@@ -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