diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index e1b4991920..339e17c42c 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -652,9 +652,9 @@ Option MariaDB MySQL =============== ========= ========== When using ``select_for_update()`` on MySQL, make sure you filter a queryset -against at least set of fields contained in unique constraints or only against -fields covered by indexes. Otherwise, an exclusive write lock will be acquired -over the full table for the duration of the transaction. +against at least a set of fields contained in unique constraints or only +against fields covered by indexes. Otherwise, an exclusive write lock will be +acquired over the full table for the duration of the transaction. Automatic typecasting can cause unexpected results --------------------------------------------------