Merge pull request #2367 from richtermb/richtermb/fix-errorframe-docstring

Rename 'source' parameter to 'processor' in ErrorFrame class document…
This commit is contained in:
Mark Backman
2025-08-05 15:09:18 -07:00
committed by GitHub

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