summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/db-api.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/db-api.txt b/docs/db-api.txt
index 30dece6482..fe17bd5921 100644
--- a/docs/db-api.txt
+++ b/docs/db-api.txt
@@ -142,7 +142,7 @@ double-underscore). For example::
translates (roughly) into the following SQL::
- SELECT * FROM polls_polls WHERE pub_date < NOW();
+ SELECT * FROM polls_polls WHERE pub_date <= NOW();
.. admonition:: How this is possible