]> git.lyx.org Git - lyx.git/blobdiff - lib/lyx2lyx/lyx2lyx_tools.py
Minor style.
[lyx.git] / lib / lyx2lyx / lyx2lyx_tools.py
index 426e11d9693909f84ee93e6f2322c6dc2197cf99..bff48085960ebe16c6cd65a3805f6501d385a1a4 100644 (file)
@@ -65,7 +65,7 @@ from unicode_symbols import unicode_reps
 
 
 # This will accept either a list of lines or a single line.
-# It is bad practice to pass something with embedded newlines, 
+# It is bad practice to pass something with embedded newlines,
 # though we will handle that.
 def add_to_preamble(document, text):
     " Add text to the preamble if it is not already there. "