Skip to content

Commit

Permalink
fix(v2): (docusaurus-init) remove deprecated Python statement (facebo…
Browse files Browse the repository at this point in the history
  • Loading branch information
RDIL authored and yangshun committed Jan 10, 2020
1 parent 5252111 commit 8c146f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docusaurus-init/templates/classic/docs/doc1.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ alert(s);

```python
s = "Python syntax highlighting"
print s
print(s)
```

```
Expand Down

0 comments on commit 8c146f2

Please sign in to comment.