summaryrefslogtreecommitdiff
path: root/docutils/utils/math/math2html.py
diff options
context:
space:
mode:
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