Skip to content

Commit da36afa

Browse files
Lingling PengLingling Peng
authored andcommitted
update the tutorial line
1 parent c312a02 commit da36afa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/tutorials/python/wiki.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ In this tutorial you will:
3131
## 1. Create a Wiki page
3232
### Initial setup
3333
```python
34-
{!docs/tutorials/python/tutorial_scripts/wiki.py!lines=15-31}
34+
{!docs/tutorials/python/tutorial_scripts/wiki.py!lines=16-31}
3535
```
3636
A Wiki page requires an owner object, a title, and markdown. Here is an example to create a new root Wiki page for your project with plain text markdown:
3737
```python

0 commit comments

Comments
 (0)