From ab3d322d772ce9ebb359b7782de16debc0a123c3 Mon Sep 17 00:00:00 2001 From: milde Date: Mon, 3 Jan 2022 23:49:39 +0000 Subject: 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 --- docutils/utils/math/math2html.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'docutils/utils/math/math2html.py') 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 -- cgit v1.2.1