From 8e1f30f99e2878d779503ffb2b5b8cf2e9afbb19 Mon Sep 17 00:00:00 2001 From: Guido Draheim Date: Sat, 24 Mar 2018 14:58:14 +0100 Subject: [PATCH] some typos #46 --- docs/dbk2man.py | 2 +- docs/dir2index.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/dbk2man.py b/docs/dbk2man.py index f0b810c..9f38871 100755 --- a/docs/dbk2man.py +++ b/docs/dbk2man.py @@ -1,4 +1,4 @@ -#! /usr/bin/python> +#! /usr/bin/python from __future__ import print_function """ Converts an xml-file with docbook elements into troff manual pages. diff --git a/docs/dir2index.py b/docs/dir2index.py index 4bce424..bce2164 100755 --- a/docs/dir2index.py +++ b/docs/dir2index.py @@ -1,4 +1,4 @@ -#! /usr/bin/python> +#! /usr/bin/python from __future__ import print_function """ Searches through a directory and creates an index page for it -- 2.40.0