diff options
| author | scoder <none@none> | 2008-03-04 19:31:08 +0100 |
|---|---|---|
| committer | scoder <none@none> | 2008-03-04 19:31:08 +0100 |
| commit | 5a81c2a92ae4e0e073084d6fa64b1c3174b54c87 (patch) | |
| tree | 8f245265156f4ccae3177fa04a0dfb4821c9cfe4 /doc/tutorial.txt | |
| parent | a35e2c6a4bf2db9625fcf642d06a112510af7a9d (diff) | |
| download | python-lxml-5a81c2a92ae4e0e073084d6fa64b1c3174b54c87.tar.gz | |
[svn r3397] r3724@delle: sbehnel | 2008-03-03 20:15:13 +0100
doc fix
--HG--
branch : trunk
Diffstat (limited to 'doc/tutorial.txt')
| -rw-r--r-- | doc/tutorial.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tutorial.txt b/doc/tutorial.txt index 981e3d44..e739ee55 100644 --- a/doc/tutorial.txt +++ b/doc/tutorial.txt @@ -397,8 +397,8 @@ You can also find out if it's normal text content or tail text: True While this works for the results of the ``text()`` function, lxml will -not to tell you the origin of a string value that was constructed by -the XPath functions ``string()`` or ``concat()``: +not tell you the origin of a string value that was constructed by the +XPath functions ``string()`` or ``concat()``: .. sourcecode:: pycon |
