From fcb906dc97914ad7d852d7e0c04e68121946e350 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Sat, 23 Jul 2016 12:01:05 -0700 Subject: improve dumper addon text alignment (#1415) --- netlib/strutils.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'netlib') diff --git a/netlib/strutils.py b/netlib/strutils.py index 32e77927..96c8b10f 100644 --- a/netlib/strutils.py +++ b/netlib/strutils.py @@ -51,8 +51,7 @@ else: def escape_control_characters(text, keep_spacing=True): """ - Replace all unicode C1 control characters from the given text with their respective control pictures. - For example, a null byte is replaced with the unicode character "\u2400". + Replace all unicode C1 control characters from the given text with a single "." Args: keep_spacing: If True, tabs and newlines will not be replaced. -- cgit v1.2.3