From f45f00b4e53fd92702b50757b9cbcf9a4458f6cb Mon Sep 17 00:00:00 2001 From: Julius Park Date: Wed, 15 Jun 2022 13:16:07 -0700 Subject: [PATCH] PYTHON-3300 Fix Explicit Queryable Encryption Example (#975) --- doc/examples/encryption.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/examples/encryption.rst b/doc/examples/encryption.rst index 941e1bd02..0e349f48d 100644 --- a/doc/examples/encryption.rst +++ b/doc/examples/encryption.rst @@ -540,6 +540,7 @@ using an ``encrypted_fields`` mapping, as demonstrated by the following example: # Cleanup resources. client_encryption.close() encrypted_client.close() + client.close() if __name__ == "__main__":