Skip to content

Fix comm doc eol examples in yaml file

Samuel Debionne requested to merge fix-comm-eol-doc into master
eol: b"\r\n" # and similar

should be

eol: "\\r\\n"

with ruamel

Merge request reports