]> git.lyx.org Git - features.git/commitdiff
lyx_2_0.py: correct comment
authorUwe Stöhr <uwestoehr@web.de>
Sun, 19 Jul 2009 21:18:31 +0000 (21:18 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Sun, 19 Jul 2009 21:18:31 +0000 (21:18 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30695 a592a061-630c-0410-9148-cb99ea01b6c8

lib/lyx2lyx/lyx_2_0.py

index 5d043a1ddec8afe37f512a18f255c62305b3043d..4f6d7478de3b36faf824b3bc99bc697115a42b38 100644 (file)
@@ -176,7 +176,7 @@ def lyx2latex(document, lines):
 
 
 def latex_length(string):
-    'Convert some LyX stuff into corresponding LaTeX stuff, as best we can.'
+    'Convert lengths to their LaTeX representation.'
     i = 0
     percent = False
     i = string.find("text%")