joinWords

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

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

Parameters:
items : Array of str

Sequence to be joined.

Returns:
result : str

Correct English Oxford-comma terminated string.