🎨 format docstring

This commit is contained in:
yanyongyu
2020-11-30 11:08:00 +08:00
parent 96cdb9c23e
commit e5463cc564
12 changed files with 257 additions and 3 deletions

View File

@ -18,7 +18,6 @@ class IgnoredException(Exception):
:参数:
* ``reason``: 忽略事件的原因
"""
def __init__(self, reason):