From 173f7804cd5b04c0ae0c8ee8b6daf2e095e0703b Mon Sep 17 00:00:00 2001 From: Adam Holmberg Date: Wed, 13 Jan 2016 07:11:28 -0600 Subject: [PATCH] doc typo --- docs/lwt.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lwt.rst b/docs/lwt.rst index 128aaca6..2cc272f3 100644 --- a/docs/lwt.rst +++ b/docs/lwt.rst @@ -29,7 +29,7 @@ executed: - ``UPDATE .. IF EXISTS`` never has additional columns, regardless of ``[applied]`` status. -How the ``[applied]]`` column manifests depends on the row factory in use. Considering the following (initially empty) table:: +How the ``[applied]`` column manifests depends on the row factory in use. Considering the following (initially empty) table:: CREATE TABLE test.t ( k int PRIMARY KEY,