Rename 'source' parameter to 'processor' in ErrorFrame class documentation for clarity.
This commit is contained in:
@@ -664,7 +664,7 @@ class ErrorFrame(SystemFrame):
|
||||
Parameters:
|
||||
error: Description of the error that occurred.
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user