diff options
| author | Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> | 2022-11-20 19:40:56 +0100 |
|---|---|---|
| committer | Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> | 2022-11-20 19:47:01 +0100 |
| commit | 069dca9c534bf380659da7fc7a1a83476419a2da (patch) | |
| tree | a031414044ff0d0fd1e5c8a7f0198bdc446b2e2c /docs | |
| parent | 59ee4980a0f49ea610e26a1aca104334ae03d140 (diff) | |
| download | python-setuptools-git-069dca9c534bf380659da7fc7a1a83476419a2da.tar.gz | |
The default encoding of Python sources is UTF-8
Python 3 assumes the encoding is UTF-8 by default, and so do or should
do tools such as text editors when opening Python files.
No need to explicitly set `*- coding: utf-8 -*-`.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index a9c9800a..64c2625f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,5 +1,4 @@ #!/usr/bin/env python3 -# -*- coding: utf-8 -*- extensions = [ 'sphinx.ext.autodoc', |
