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__":