Rename 'source' parameter to 'processor' in ErrorFrame class documentation for clarity.

This commit is contained in:
richtermb
2025-08-05 15:02:00 -07:00
parent 6c6deb4e85
commit e777e78510

View File

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