From 41cadd7e66897e6292753e5e1834e1bee0b363e9 Mon Sep 17 00:00:00 2001 From: Stefano Ottolenghi Date: Fri, 7 Oct 2022 09:56:22 +0200 Subject: [PATCH] API docs: fix broken sentence in `impersonated_user` section. --- docs/source/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/api.rst b/docs/source/api.rst index 7f065513c..4c96e9d10 100644 --- a/docs/source/api.rst +++ b/docs/source/api.rst @@ -653,7 +653,7 @@ context of the impersonated user. For this, the user for which the .. Note:: - The server or all servers of the cluster need to support impersonation when. + The server or all servers of the cluster need to support impersonation. Otherwise, the driver will raise :exc:`.ConfigurationError` as soon as it encounters a server that does not.