From c8bf3c6e2e2b9d663f29c8d4fc00935d87420bb5 Mon Sep 17 00:00:00 2001 From: Asya Kamsky Date: Sat, 8 Aug 2015 17:41:01 -0700 Subject: [PATCH] the link to Python is missing / link was going to pythoncurrent so the slash wasn't showing up (wrong slash?) --- source/reference/operator/query/not.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/reference/operator/query/not.txt b/source/reference/operator/query/not.txt index fe046052624..a6f057676e7 100644 --- a/source/reference/operator/query/not.txt +++ b/source/reference/operator/query/not.txt @@ -69,5 +69,5 @@ $not .. seealso:: :method:`~db.collection.find()`, :method:`~db.collection.update()`, :update:`$set`, :query:`$gt`, - :query:`$regex`, :api:`PyMongo `, + :query:`$regex`, :api:`PyMongo `, :term:`driver`.