From e5cb836d4c481ad8ec6f5e0b611f7162c30a8abb Mon Sep 17 00:00:00 2001 From: R David Murray Date: Thu, 13 Mar 2014 20:54:30 -0400 Subject: #7475: Remove references to '.transform' from transform codec docstrings. --- Lib/encodings/hex_codec.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Lib/encodings/hex_codec.py') diff --git a/Lib/encodings/hex_codec.py b/Lib/encodings/hex_codec.py index f2ed0a7658..9fb1072804 100644 --- a/Lib/encodings/hex_codec.py +++ b/Lib/encodings/hex_codec.py @@ -1,7 +1,6 @@ """Python 'hex_codec' Codec - 2-digit hex content transfer encoding. -This codec de/encodes from bytes to bytes and is therefore usable with -bytes.transform() and bytes.untransform(). +This codec de/encodes from bytes to bytes. Written by Marc-Andre Lemburg (mal@lemburg.com). """ -- cgit v1.2.1