Skip to content

Commit

Permalink
minor #6955 Typo in the class name. (pythagor)
Browse files Browse the repository at this point in the history
This PR was submitted for the 3.1 branch but it was merged into the 2.7 branch instead (closes #6955).

Discussion
----------

Typo in the class name.

Commits
-------

8b28f02 Typo in the class name.
  • Loading branch information
xabbuh committed Sep 11, 2016
2 parents c72dde0 + 8b28f02 commit 7f4048c
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 7f4048c

Please sign in to comment.