There was an error while loading. Please reload this page.
1 parent db2c326 commit e533180Copy full SHA for e533180
1 file changed
ietf/utils/text.py
@@ -182,3 +182,7 @@ def texescape(s):
182
texescape_init()
183
t = s.translate(tex_escape_map)
184
return t
185
+
186
+def unwrap(s):
187
+ return s.replace('\n', ' ')
188
0 commit comments