summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlan D Moore <me@alandmoore.com>2018-10-08 09:40:51 -0500
committerAlan D Moore <me@alandmoore.com>2018-10-08 09:40:51 -0500
commit20647b7bcc3b0d26d40455e7c47edf328f7e6d95 (patch)
treec2aea9852917833da51095ab33457f26af9c215a /doc
parent67b94d0797ffd18c74cd1edac72a23918629694b (diff)
downloadpsycopg2-20647b7bcc3b0d26d40455e7c47edf328f7e6d95.tar.gz
Fix RST markup
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.