Merge pull request #2367 from richtermb/richtermb/fix-errorframe-docstring
Rename 'source' parameter to 'processor' in ErrorFrame class document…
This commit is contained in:
@@ -664,7 +664,7 @@ class ErrorFrame(SystemFrame):
|
|||||||
Parameters:
|
Parameters:
|
||||||
error: Description of the error that occurred.
|
error: Description of the error that occurred.
|
||||||
fatal: Whether the error is fatal and requires bot shutdown.
|
fatal: Whether the error is fatal and requires bot shutdown.
|
||||||
source: The frame processor that generated the error.
|
processor: The frame processor that generated the error.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
error: str
|
error: str
|
||||||
|
|||||||
Reference in New Issue
Block a user