fix(v2): (docusaurus-init) remove deprecated Python statement (#2202)

This commit is contained in:
Reece Dunham 2020-01-10 11:51:12 -05:00 committed by Yangshun Tay
parent 5252111fa0
commit 8c146f294e

View file

@ -102,7 +102,7 @@ alert(s);
```python
s = "Python syntax highlighting"
print s
print(s)
```
```