summaryrefslogtreecommitdiff
path: root/docutils/utils/math/math2html.py
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2022-01-03 23:49:39 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2022-01-03 23:49:39 +0000
commitab3d322d772ce9ebb359b7782de16debc0a123c3 (patch)
tree204c5aa0de3bd696fd81745dfd2b2d62d0a082b5 /docutils/utils/math/math2html.py
parent9b1519d5506d7686cceb3edc0fb591b57e3dc610 (diff)
downloaddocutils-ab3d322d772ce9ebb359b7782de16debc0a123c3.tar.gz
Remove "coding:" slug
Only required with Python 2.x. Encoding in Py3k is utf8 by default. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8926 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/utils/math/math2html.py')
-rwxr-xr-xdocutils/utils/math/math2html.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/docutils/utils/math/math2html.py b/docutils/utils/math/math2html.py
index ce5fc71b8..41d235030 100755
--- a/docutils/utils/math/math2html.py
+++ b/docutils/utils/math/math2html.py
@@ -1,6 +1,4 @@
-#! /usr/bin/env python
-# -*- coding: utf-8 -*-
-
+#! /usr/bin/env python3
# math2html: convert LaTeX equations to HTML output.
#
# Copyright (C) 2009-2011 Alex Fernández, 2021 Günter Milde