#7475: Remove references to '.transform' from transform codec docstrings.
diff --git a/Lib/encodings/rot_13.py b/Lib/encodings/rot_13.py
index fff9153..1f2f47b 100755
--- a/Lib/encodings/rot_13.py
+++ b/Lib/encodings/rot_13.py
@@ -1,8 +1,7 @@
 #!/usr/bin/env python
 """ Python Character Mapping Codec for ROT13.
 
-This codec de/encodes from str to str and is therefore usable with
-str.transform() and str.untransform().
+This codec de/encodes from str to str.
 
 Written by Marc-Andre Lemburg (mal@lemburg.com).
 """