Skip to content

Commit f45f00b

Browse files
authored
PYTHON-3300 Fix Explicit Queryable Encryption Example (#975)
1 parent dc21a08 commit f45f00b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/examples/encryption.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,7 @@ using an ``encrypted_fields`` mapping, as demonstrated by the following example:
540540
# Cleanup resources.
541541
client_encryption.close()
542542
encrypted_client.close()
543+
client.close()
543544

544545

545546
if __name__ == "__main__":

0 commit comments

Comments
 (0)