From: Petter Reinholdtsen Date: Mon, 8 Oct 2018 10:28:23 +0000 (+0200) Subject: Improve language. X-Git-Url: https://pere.pagekite.me/gitweb/homepage.git/commitdiff_plain/6150c7a64a43c3644a1f02db495c0d22651e2624?ds=inline Improve language. --- diff --git a/blog/data/2018-10-08-debian-python-trusted-timestamp.txt b/blog/data/2018-10-08-debian-python-trusted-timestamp.txt index 30239df7f6..43163ef324 100644 --- a/blog/data/2018-10-08-debian-python-trusted-timestamp.txt +++ b/blog/data/2018-10-08-debian-python-trusted-timestamp.txt @@ -14,7 +14,7 @@ After searching a bit, I found the rfc3161 library which seemed like a good fit, but I soon discovered it only worked for python version 2, and I needed something -that work with python version 3. Luckily I soon came across +that work with python version 3. Luckily I next came across the rfc3161ng library, a fork of the original rfc3161 library. Not only is it working with python 3, it have fixed a few of the bugs in the original library, and