From 33df5064d143f7c64516d9e8b5f07ea02eb44161 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Fri, 16 May 2014 12:13:02 +0200 Subject: [PATCH] README: make example really work --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 2f179a3..ddf7e8d 100644 --- a/README +++ b/README @@ -9,7 +9,7 @@ protocol from RFC3161. >>> rt = rfc3161.RemoteTimestamper('http://time.certum.pl', certificate=certificate) >>> rt.timestamp(data='John Doe') ('...', '') - >>> rt.check(tst, data='John Doe') + >>> rt.check(_, data='John Doe') (True, '') >>> rfc3161.get_timestamp(tst) datetime.datetime(2014, 4, 25, 9, 34, 16)