Unify python encoding headers

All the other python encoding headers are of the form `vim:fileencoding=utf-8`.
This commit is contained in:
Luflosi
2019-10-16 16:10:40 +02:00
parent fe7375becc
commit 8b3b68ea69

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# vim:fileencoding=utf-8
#
# Configuration file for the Sphinx documentation builder.
#