File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -511,7 +511,7 @@ The job of comparing passwords should belong to the ``User`` object.
511511 .. code-block :: python
512512
513513 # add this import at the top
514- # from cryptacular.pbkdf2 import PBKDF2PassordManager as Manager
514+ # from cryptacular.pbkdf2 import PBKDF2PasswordManager as Manager
515515 from cryptacular.bcrypt import BCRYPTPasswordManager as Manager
516516
517517 # add this method to the User class:
@@ -535,7 +535,7 @@ We'll also need to have a user for our system.
535535 .. code-block :: python
536536
537537 # add the import
538- # from cryptacular.pbkdf2 import PBKDF2PassordManager as Manager
538+ # from cryptacular.pbkdf2 import PBKDF2PasswordManager as Manager
539539 from cryptacular.bcrypt import BCRYPTPasswordManager as Manager
540540 from ..models import User
541541 # and update the main function like so:
You can’t perform that action at this time.
0 commit comments