Skip to content

Commit

Permalink
Typo in the class name.
Browse files Browse the repository at this point in the history
  • Loading branch information
pythagor authored and xabbuh committed Sep 11, 2016
1 parent c72dde0 commit 8b28f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/constraints/UserPassword.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ password, but needs to enter their old password for security.
Basic Usage
-----------

Suppose you have a ``PasswordChange`` class, that's used in a form where
Suppose you have a ``ChangePassword`` class, that's used in a form where
the user can change their password by entering their old password and a
new password. This constraint will validate that the old password matches
the user's current password:
Expand Down

0 comments on commit 8b28f02

Please sign in to comment.