summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/src/usage.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/usage.rst b/doc/src/usage.rst
index 74715a3..335ebf3 100644
--- a/doc/src/usage.rst
+++ b/doc/src/usage.rst
@@ -224,7 +224,7 @@ argument of the `~cursor.execute()` method::
Values containing backslashes and LIKE
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-Unlike in Python, the **backslash** (`\`) is not used as an escape
+Unlike in Python, the backslash (`\\`) is not used as an escape
character *except* in patterns used with `LIKE` and `ILIKE` where they
are needed to escape the `%` and `_` characters.