Description: Remove broken unicode
Author: Sascha Steinbiss <satta@debian.org>
Last-Update: 2025-02-08
--- a/keysign/gpgkey.py
+++ b/keysign/gpgkey.py
@@ -28,7 +28,6 @@
     """Takes a string and returns a valid utf8 encodable string
 
     Not every Python string is utf-8 encodable.
-    Take 'fo\udcf6e\udce9ba <foo@bma.d>' for example.
     This function replaces undecodable characters with a '?'
     """
     try:
