Skip to content

Commit 50417a3

Browse files
committed
remove unwanted comments
1 parent e32da1b commit 50417a3

File tree

1 file changed

+1
-1
lines changed
  • docs/tutorials/python/tutorial_scripts

1 file changed

+1
-1
lines changed

docs/tutorials/python/tutorial_scripts/wiki.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
sub_wiki_1 = WikiPage(
7878
owner_id=my_test_project.id,
7979
title="Sub Wiki Page 1",
80-
parent_id=root_wiki_page.id, # Use the ID of the parent wiki page we created '633033'
80+
parent_id=root_wiki_page.id,
8181
markdown="# Sub Page 1\n\nThis is a sub-page of another wiki.",
8282
).store()
8383

0 commit comments

Comments
 (0)