Skip to content

Commit a28644b

Browse files
committed
date
1 parent e1e80ea commit a28644b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/interact-data/specify-a-query.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,8 @@ manager. Pass the exclusion criteria as an argument to the
206206
``exclude()`` method.
207207

208208
The following example calls the ``exclude()`` method to
209-
exclude documents released before January 1, 1980 from the results:
209+
exclude documents released before ``datetime(1980, 1, 1)`` (January 1, 1980)
210+
from the results:
210211

211212
.. io-code-block::
212213
:copyable:

0 commit comments

Comments
 (0)