From e5d893d8d425a962cad195f40d7910a624c94669 Mon Sep 17 00:00:00 2001 From: Volker Birk Date: Fri, 26 Jul 2019 14:11:21 +0200 Subject: [PATCH] we have sweet texts now instead of numbers --- test/basic_doctest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/basic_doctest.py b/test/basic_doctest.py index a93c20a..c9ec96b 100644 --- a/test/basic_doctest.py +++ b/test/basic_doctest.py @@ -25,7 +25,7 @@ Please call me back >>> m2 = m.encrypt() >>> m3, keys, rating, flags = m2.decrypt() >>> rating -3 +pEp.PEP_rating.PEP_rating_reliable """ if __name__ == "__main__":