diff options
author | Németh László <nemeth@numbertext.org> | 2013-01-22 08:07:42 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2013-01-22 08:10:45 +0100 |
commit | a5706714cdaab038624130be071cd98b8a452968 (patch) | |
tree | c6038dfe60a4bbaa22fb832800eaffd5284e7f87 | |
parent | c5a1a67cb0526aaec8667e5e602864d426930335 (diff) |
typo fix in LibreLogo help
Change-Id: I5fc10bd2551b05481040e94b2f4d53eb3b97eafa
Signed-off-by: Andras Timar <atimar@suse.com>
-rw-r--r-- | source/text/swriter/librelogo/LibreLogo.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/swriter/librelogo/LibreLogo.xhp b/source/text/swriter/librelogo/LibreLogo.xhp index f8ab88e8c9..c5b131b077 100644 --- a/source/text/swriter/librelogo/LibreLogo.xhp +++ b/source/text/swriter/librelogo/LibreLogo.xhp @@ -79,7 +79,7 @@ </listitem> <listitem> <paragraph role="paragraph" xml-lang="en-US" id="par_560">String notation supports also orthographical and Python syntax.</paragraph> - <paragraph role="logocode" xml-lang="en-US" id="par_570"> PRINT "word" ; original Logo syntax<br/> PRINT “Arbitrary text.” ; orthography, Writer<br/> PRINT 'Arbitrary text.' ; Python syntax<br/></paragraph> + <paragraph role="logocode" xml-lang="en-US" id="par_570"> PRINT "word ; original Logo syntax<br/> PRINT “Arbitrary text.” ; orthography, Writer<br/> PRINT 'Arbitrary text.' ; Python syntax<br/></paragraph> </listitem> <listitem> <paragraph role="paragraph" xml-lang="en-US" id="par_580">Python list and string handling</paragraph> |