Skip to content

Commit dc72c72

Browse files
committed
Fix typo
1 parent 3c71331 commit dc72c72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyppeteer/frame_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ async def click(self, selector: str, options: dict = None, **kwargs: Any
571571
await handle.dispose()
572572

573573
async def focus(self, selector: str) -> None:
574-
"""Fucus element which matches ``selector``.
574+
"""Focus element which matches ``selector``.
575575
576576
Details see :meth:`pyppeteer.page.Page.focus`.
577577
"""

0 commit comments

Comments
 (0)