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