From edda8f05754ad790b286a4ea2ff28d8d6d9e1c2d Mon Sep 17 00:00:00 2001 From: Dave Brosius Date: Thu, 24 Jan 2013 17:52:39 -0500 Subject: [PATCH] typo in cql help --- pylib/cqlshlib/helptopics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylib/cqlshlib/helptopics.py b/pylib/cqlshlib/helptopics.py index 081eab2dd5..77a111edf5 100644 --- a/pylib/cqlshlib/helptopics.py +++ b/pylib/cqlshlib/helptopics.py @@ -648,7 +648,7 @@ class CQL2HelpTopics(CQLHelpTopics): VALUES ( , [, [, ...]] ) [USING CONSISTENCY [AND TIMESTAMP ] - [AND TTL ]]; An INSERT is used to write one or more columns to a record in a CQL table. No results are returned.