diff --git a/pylib/cqlshlib/cql3handling.py b/pylib/cqlshlib/cql3handling.py index 31f0de2324..f089cd77a3 100644 --- a/pylib/cqlshlib/cql3handling.py +++ b/pylib/cqlshlib/cql3handling.py @@ -1001,7 +1001,7 @@ syntax_rules += r''' cf= "(" ( col= | "keys(" col= ")" | - "fullCollection(" col= ")" + "full(" col= ")" ) ")" ( "USING" ( "WITH" "OPTIONS" "=" )? )? ;