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 strSequence to be joined. Returns# resultstrCorrect English Oxford-comma terminated string.