python-pptx
python-pptx copied to clipboard
Replace delimitedList with DelimitedList in cxml tests
Updated usage of pyparsing's delimitedList to DelimitedList in the cxml test grammar for compatibility with newer pyparsing versions. pull request to resolve issue with https://github.com/scanny/python-pptx/issues/1103