summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrián Medraño Calvo <adrian@medranocalvo.com>2018-10-08 12:00:00 (GMT)
committerAdrián Medraño Calvo <adrian@medranocalvo.com>2018-10-08 12:00:00 (GMT)
commit8630a295ef08e8d42cf4fb010f627068177c628f (patch)
tree6e27fef5c6a2e627cae01b43244ad05e87a35d17
parent9b8c9769c0b7ad4e232550609f8e99d3d5b24f3c (diff)
downloadblt-8630a295ef08e8d42cf4fb010f627068177c628f.zip
blt-8630a295ef08e8d42cf4fb010f627068177c628f.tar.gz
blt-8630a295ef08e8d42cf4fb010f627068177c628f.tar.bz2
Correct append docstring
-rw-r--r--generic/tkbltVecCmd.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkbltVecCmd.C b/generic/tkbltVecCmd.C
index 8603d54..5d49c37 100644
--- a/generic/tkbltVecCmd.C
+++ b/generic/tkbltVecCmd.C
@@ -1652,7 +1652,7 @@ static Blt_OpSpec vectorInstOps[] =
{"+", 1, (void*)ArithOp, 3, 3, "item",}, /*Deprecated*/
{"-", 1, (void*)ArithOp, 3, 3, "item",}, /*Deprecated*/
{"/", 1, (void*)ArithOp, 3, 3, "item",}, /*Deprecated*/
- {"append", 1, (void*)AppendOp, 3, 0, "item ?item...?",},
+ {"append", 1, (void*)AppendOp, 3, 0, "items ?items...?",},
{"binread", 1, (void*)BinreadOp, 3, 0, "channel ?numValues? ?flags?",},
{"clear", 1, (void*)ClearOp, 2, 2, "",},
{"delete", 2, (void*)DeleteOp, 2, 0, "index ?index...?",},