Skip to content

Commit 8938aa3

Browse files
Update CONTRIBUTING.md
Co-authored-by: Noah Stapp <[email protected]>
1 parent 38f6ab9 commit 8938aa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -453,8 +453,8 @@ or behavioral change has not been implemented yet. For existing tests that have
453453
modified, we will add these changes to a patch file (in `/.evergreen/spec-patch`). Each patch
454454
file will be named after a PYTHON ticket and the contents of the file will be the associated
455455
test differences between PyMongo's tests and the specification.
456-
To be clear, changes listed in these patch files will be *undone* by the script, and thus won't
457-
be added to pymongo.
456+
All changes listed in these patch files will be *undone* by the script and won't
457+
be applied to PyMongo's tests.
458458

459459
When a new test file or folder is added to the spec repo before the associated code changes are implemented, that test's path must be added to `.evergreen/remove-unimplemented-tests.sh` along with a comment indicating the associated PYTHON ticket for those changes.
460460

0 commit comments

Comments
 (0)