obspy.core.inventory.util.InventoryTextWrapper._munge_whitespace

InventoryTextWrapper._munge_whitespace(text : string) → string
Munge whitespace in text: expand tabs and convert all other whitespace characters to spaces. Eg. ” foo bar
baz”
becomes ” foo bar baz”.