mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-06 10:20:09 +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
|
```python
|
||||||
s = "Python syntax highlighting"
|
s = "Python syntax highlighting"
|
||||||
print s
|
print(s)
|
||||||
```
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue