Browse Source

correct typo

PYADPT-110
heck 4 years ago
parent
commit
4209c480a6
  1. 2
      src/pEp/__init__.py

2
src/pEp/__init__.py

@ -56,7 +56,7 @@ def notify_handshake(me, partner, signal):
overwrite this method with an implementation of a handshake dialog overwrite this method with an implementation of a handshake dialog
GIL CAVEAT GIL CAVEAT
""" """
print("message_to_send() - default callback\n") print("notify_handshake() - default callback\n")
print("overwrite this method") print("overwrite this method")

Loading…
Cancel
Save