Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 18291E4B1 for ; Thu, 24 Jan 2013 22:54:54 +0000 (UTC) Received: (qmail 25402 invoked by uid 500); 24 Jan 2013 22:54:53 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 25293 invoked by uid 500); 24 Jan 2013 22:54:53 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 25276 invoked by uid 99); 24 Jan 2013 22:54:53 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jan 2013 22:54:53 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 8DE56824F9A; Thu, 24 Jan 2013 22:54:53 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: dbrosius@apache.org To: commits@cassandra.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [1/2] git commit: typo in cql help Message-Id: <20130124225453.8DE56824F9A@tyr.zones.apache.org> Date: Thu, 24 Jan 2013 22:54:53 +0000 (UTC) typo in cql help Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/edda8f05 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/edda8f05 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/edda8f05 Branch: refs/heads/trunk Commit: edda8f05754ad790b286a4ea2ff28d8d6d9e1c2d Parents: cc66c73 Author: Dave Brosius Authored: Thu Jan 24 17:52:39 2013 -0500 Committer: Dave Brosius Committed: Thu Jan 24 17:52:39 2013 -0500 ---------------------------------------------------------------------- pylib/cqlshlib/helptopics.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/edda8f05/pylib/cqlshlib/helptopics.py ---------------------------------------------------------------------- diff --git a/pylib/cqlshlib/helptopics.py b/pylib/cqlshlib/helptopics.py index 081eab2..77a111e 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.