mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-01-19 09:38:21 +08:00
Fix typo
This commit is contained in:
parent
a7c8df24e2
commit
749ad4d67f
@ -39,5 +39,5 @@ async def _(session: NLPSession):
|
||||
# ns 词性表示地名
|
||||
city = word.word
|
||||
|
||||
# 返回处理结果,3 个参数分别为置信度、命令名、命令会话的参数
|
||||
# 返回处理结果,三个参数分别为置信度、命令名、命令会话的参数
|
||||
return NLPResult(90.0, 'weather', {'city': city})
|
||||
|
Loading…
Reference in New Issue
Block a user