obspy.core.inventory.util.InventoryTextWrapper._fix_sentence_endings

InventoryTextWrapper._fix_sentence_endings(chunks : [string])

Correct for sentence endings buried in ‘chunks’. Eg. when the original text contains ”... foo.nBar ...”, munge_whitespace() and split() will convert that to [..., “foo.”, ” ”, “Bar”, ...] which has one too few spaces; this method simply changes the one space to two.