From 249acdcbca252c75b648425d71f21d820db2452d Mon Sep 17 00:00:00 2001 From: Shibco Date: Tue, 30 Jan 2024 12:47:40 +0100 Subject: [PATCH] Updated gitignore --- README.md | 3 +-- renumber-footnotes.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 044daaf..ec2a34e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # NDC Content Tools - -Things to make our lives easier. +Small command line tools to make our authoring lives easier. ## Import-Transcripts.js Converts valid .srt files into NDC compatible transcripts. Requires Node.js diff --git a/renumber-footnotes.py b/renumber-footnotes.py index bf9e6d8..c006900 100755 --- a/renumber-footnotes.py +++ b/renumber-footnotes.py @@ -21,4 +21,4 @@ with open(sys.argv[1], 'r') as f: count += 1 result += text[prev:] - print(result, end='') + print(result, end='') \ No newline at end of file