Repository: cassandra
Updated Branches:
  refs/heads/trunk ba581f40f -> 9274197b4


Fix typo in cqlsh insert documentation

Patch by Ricardo Devis Agullo; reviewed by Tyler Hobbs for
CASSANDRA-4959


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/ef14f516
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/ef14f516
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/ef14f516

Branch: refs/heads/trunk
Commit: ef14f5165568e5f0ef0feed23b1f829b013995be
Parents: 62386f1
Author: Ricardo Devis Agullo <rde...@deusto.es>
Authored: Fri Oct 31 14:15:50 2014 -0500
Committer: Tyler Hobbs <ty...@datastax.com>
Committed: Fri Oct 31 14:15:50 2014 -0500

----------------------------------------------------------------------
 pylib/cqlshlib/helptopics.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/ef14f516/pylib/cqlshlib/helptopics.py
----------------------------------------------------------------------
diff --git a/pylib/cqlshlib/helptopics.py b/pylib/cqlshlib/helptopics.py
index 710aa74..2af8db2 100644
--- a/pylib/cqlshlib/helptopics.py
+++ b/pylib/cqlshlib/helptopics.py
@@ -608,7 +608,7 @@ class CQL3HelpTopics(CQLHelpTopics):
                     ( <colname1>, <colname2> [, <colname3> [, ...]] )
                VALUES ( <colval1>, <colval2> [, <colval3> [, ...]] )
                [USING TIMESTAMP <timestamp>]
-                 [AND TTL <timeToLive]];
+                 [AND TTL <timeToLive>];
 
         An INSERT is used to write one or more columns to a record in a
         CQL table. No results are returned.

Reply via email to