From 9cdd9cfe0c54130c0ebc8eb25dd05e287fe82806 Mon Sep 17 00:00:00 2001 From: James Shuttleworth Date: Wed, 30 Sep 2020 12:24:08 +0100 Subject: [PATCH] Updated with important things --- README.md | 2 +- src/transcoder.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fc54397..0c67dd4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ --- title: Transcoder -author: James Shuttleworth and YOUR NAME HERE +author: James Shuttleworth and James Shuttleworth --- Transcoder is a tool for converting data from one format to diff --git a/src/transcoder.py b/src/transcoder.py index 802f2aa..9e3859a 100755 --- a/src/transcoder.py +++ b/src/transcoder.py @@ -1,6 +1,6 @@ #!python """Software and functions to convert from arbitrary strings to -various representations of the individual characters""" +various representations of the individual characters.""" import colored