From a4190bde1250fe09b4a1dc57d611fcc4f9a96035 Mon Sep 17 00:00:00 2001 From: Vladimir Jimenez Date: Fri, 19 Sep 2014 08:09:25 -0700 Subject: [PATCH] Removed unnecessary comma --- cookbook/security/entity_provider.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/security/entity_provider.rst b/cookbook/security/entity_provider.rst index ae32cc78a4c..c2994ae7fd8 100644 --- a/cookbook/security/entity_provider.rst +++ b/cookbook/security/entity_provider.rst @@ -367,7 +367,7 @@ fetch the user from the database before checking the password validity. .. note:: By default, the entity provider uses the default entity manager to fetch - user information from the database. If you, + user information from the database. If you :doc:`use multiple entity managers `, you can specify which manager to use with the ``manager_name`` option: