Unverified Commit be429d0c authored by Yongtao Huang's avatar Yongtao Huang Committed by GitHub
Browse files

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


Signed-off-by: default avatarYongtao Huang <yongtaoh2022@gmail.com>
parent c253745e
......@@ -110,7 +110,7 @@ class EngineClient(ABC):
@abstractmethod
async def stop_profile(self) -> None:
"""Start profiling the engine"""
"""Stop profiling the engine"""
...
@abstractmethod
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment