diff roundup/password.py @ 7826:897c23876e9f

doc: fix spelling in comment.
author John Rouillard <rouilj@ieee.org>
date Sun, 24 Mar 2024 13:16:53 -0400
parents 70a6ee453ddc
children 1b326a3d76b4
line wrap: on
line diff
--- a/roundup/password.py	Sun Mar 24 13:16:05 2024 -0400
+++ b/roundup/password.py	Sun Mar 24 13:16:53 2024 -0400
@@ -443,7 +443,7 @@
         return False
 
     def unpack(self, encrypted, scheme=None, strict=False, config=None):
-        """Set the password info from the scheme:<encryted info> string
+        """Set the password info from the scheme:<encrypted info> string
            (the inverse of __str__)
         """
         m = self.pwre.match(encrypted)

Roundup Issue Tracker: http://roundup-tracker.org/