Skip to content

Commit

Permalink
docs: fix Python snippet casing (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelfeldman committed Feb 1, 2021
1 parent 174b6aa commit e0e3870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/core-concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ async def main():
permissions=['geolocation'],
color_scheme='dark',
)
page = await browser.newPage()
page = await browser.new_page()
await browser.close()

asyncio.run(main())
Expand Down

0 comments on commit e0e3870

Please sign in to comment.