Skip to content

Commit

Permalink
docs: fix playwright.dev generation error (#5360)
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-s authored Feb 8, 2021
1 parent 6d56a11 commit 4bfdaa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ async def main():
asyncio.run(main())
```

```python async
```python sync
from playwright.sync_api import sync_playwright

with sync_playwright() as p:
Expand Down

0 comments on commit 4bfdaa3

Please sign in to comment.