Fix incorrect docstring for stop_profile() method (#27101)

Signed-off-by: Yongtao Huang <yongtaoh2022@gmail.com>
This commit is contained in:
Yongtao Huang
2025-10-17 21:30:23 +08:00
committed by GitHub
parent c253745eb8
commit be429d0cfd

View File

@ -110,7 +110,7 @@ class EngineClient(ABC):
@abstractmethod
async def stop_profile(self) -> None:
"""Start profiling the engine"""
"""Stop profiling the engine"""
...
@abstractmethod