From 4209c480a6e093398a96b87fdd954d558cd73df8 Mon Sep 17 00:00:00 2001 From: heck Date: Wed, 24 Mar 2021 01:19:44 +0100 Subject: [PATCH] correct typo --- src/pEp/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pEp/__init__.py b/src/pEp/__init__.py index 596266b..784c079 100755 --- a/src/pEp/__init__.py +++ b/src/pEp/__init__.py @@ -56,7 +56,7 @@ def notify_handshake(me, partner, signal): overwrite this method with an implementation of a handshake dialog GIL CAVEAT """ - print("message_to_send() - default callback\n") + print("notify_handshake() - default callback\n") print("overwrite this method")