lyx_2_0.py: correct comment

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30695 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2009-07-19 21:18:31 +00:00
parent 53e7a92494
commit d7e6c2a539

View 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%")