From b1f84e5998730d356c57bfb145c9b95e9a9f6c04 Mon Sep 17 00:00:00 2001 From: Konsta Vesterinen Date: Fri, 22 Jul 2016 13:51:22 +0300 Subject: [PATCH] Fix typo --- sqlalchemy_utils/types/password.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sqlalchemy_utils/types/password.py b/sqlalchemy_utils/types/password.py index a628098..3114e99 100644 --- a/sqlalchemy_utils/types/password.py +++ b/sqlalchemy_utils/types/password.py @@ -80,7 +80,7 @@ class PasswordType(types.TypeDecorator, ScalarCoercible): """ PasswordType hashes passwords as they come into the database and allows verifying them using a Pythonic interface. This Pythonic interface - relies on setting up automatic data type coercison using the + relies on setting up automatic data type coercion using the :func:`~sqlalchemy_utils.listeners.force_auto_coercion` function. All keyword arguments (aside from max_length) are forwarded to the