joinWords#

lsst.afw.table.testUtils.joinWords(items)#

Join a sequence of words into a comma-separated, ‘and’-finalized string with correct English syntax.

Parameters#

itemsArray of str

Sequence to be joined.

Returns#

resultstr

Correct English Oxford-comma terminated string.