mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-02 08:19:07 +02:00
fix(v2): (docusaurus-init) remove deprecated Python statement (#2202)
This commit is contained in:
parent
5252111fa0
commit
8c146f294e
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ alert(s);
|
|||
|
||||
```python
|
||||
s = "Python syntax highlighting"
|
||||
print s
|
||||
print(s)
|
||||
```
|
||||
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue