Fix RST markup

This commit is contained in:
Alan D Moore 2018-10-08 09:40:51 -05:00
parent 67b94d0797
commit 20647b7bcc

View File

@ -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.