Skip to content

Commit 477fc66

Browse files
committed
doc: fix spelling in comment.
1 parent 56f654c commit 477fc66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roundup/password.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ def needs_migration(self, config):
443443
return False
444444

445445
def unpack(self, encrypted, scheme=None, strict=False, config=None):
446-
"""Set the password info from the scheme:<encryted info> string
446+
"""Set the password info from the scheme:<encrypted info> string
447447
(the inverse of __str__)
448448
"""
449449
m = self.pwre.match(encrypted)

0 commit comments

Comments
 (0)