Skip to content

Commit 0532032

Browse files
committed
style: Update Python comment style in example
1 parent c4f055b commit 0532032

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

browsers/profiles.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ const kernelBrowser = await kernel.browsers.create({
6262
kernel_browser = await kernel.browsers.create(
6363
profile={
6464
"name": "profiles-demo",
65-
// or
66-
// "id": profile.id,
65+
# or
66+
# "id": profile.id,
6767
"save_changes": True,
6868
}
6969
)

0 commit comments

Comments
 (0)