Skip to content

Commit 9a090c7

Browse files
committed
Add more compact UTF-8 declaration for Python
1 parent 55fc993 commit 9a090c7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

source-code/python.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,9 @@
33
```python
44
#-*- coding: UTF-8 -*-
55
```
6+
7+
…or, the more compact alternative:
8+
9+
```python
10+
# coding=utf-8
11+
```

0 commit comments

Comments
 (0)