diff --git a/artTools/normalize_svg.py b/artTools/normalize_svg.py
index 5767de7344bce0060a68c2d160962bfdc7abed39..9ca07756906e9d9014e24592c5701ae1d9c128e8 100644
--- a/artTools/normalize_svg.py
+++ b/artTools/normalize_svg.py
@@ -13,10 +13,6 @@ https://bugs.launchpad.net/inkscape/+bug/167937
   
 Usage Example:
 python3 inkscape_svg_fixup.py vector_source.svg
-
-Note:
-The output of lxml differs greatly from standard SVG indentation.
-Please open and save the file in Inkscape before committing.
 '''
 
 import lxml.etree as etree