From ed1573fc178fa1534ade5306f8bcef707ea346d0 Mon Sep 17 00:00:00 2001 From: Jon Turney Date: Tue, 25 Aug 2020 17:16:36 +0100 Subject: [PATCH] doc: Also update shebang for chapter-texi2docbook.py --- newlib/doc/chapter-texi2docbook.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newlib/doc/chapter-texi2docbook.py b/newlib/doc/chapter-texi2docbook.py index e21489b9a..1a7803091 100755 --- a/newlib/doc/chapter-texi2docbook.py +++ b/newlib/doc/chapter-texi2docbook.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # python script to convert the handwritten chapter .texi files, which include # the generated files for each function, to DocBook XML