From 0ff289bd80fffda25cb8e29966fd56a0865286ec Mon Sep 17 00:00:00 2001 From: Casey Clements Date: Fri, 20 Sep 2024 22:02:59 -0400 Subject: [PATCH] Added reference to jira ticket --- source/bson-binary-vector/bson-binary-vector.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/bson-binary-vector/bson-binary-vector.md b/source/bson-binary-vector/bson-binary-vector.md index 47d64cd3c3..6b26cf36f6 100644 --- a/source/bson-binary-vector/bson-binary-vector.md +++ b/source/bson-binary-vector/bson-binary-vector.md @@ -66,8 +66,7 @@ All values use the little-endian format. ### Reference Implementation -Please consult the Python driver's -[pymongo.binary](https://github.com/mongodb/mongo-python-driver/blob/master/bson/binary.py) module. +- PYTHON (PYTHON-4577) [pymongo.binary](https://github.com/mongodb/mongo-python-driver/blob/master/bson/binary.py) ### Test Plan