diff options
| author | scoder <none@none> | 2008-03-03 19:42:19 +0100 |
|---|---|---|
| committer | scoder <none@none> | 2008-03-03 19:42:19 +0100 |
| commit | b4f0cafcfbcf7f5352099379b5a08d87ea170bac (patch) | |
| tree | 1c61338ea040ae327f848f897baebbf3cd461b73 /doc/api.txt | |
| parent | a21609f88ec828c9862a62a2aba834931ccd3e4a (diff) | |
| download | python-lxml-b4f0cafcfbcf7f5352099379b5a08d87ea170bac.tar.gz | |
[svn r3388] r3700@delle: sbehnel | 2008-03-03 12:30:47 +0100
removed most deprecated functions and methods
--HG--
branch : trunk
Diffstat (limited to 'doc/api.txt')
| -rw-r--r-- | doc/api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api.txt b/doc/api.txt index 937b600a..d84c0416 100644 --- a/doc/api.txt +++ b/doc/api.txt @@ -208,7 +208,7 @@ application level. Whenever an exception is raised, you can retrieve the errors that occured and "might have" lead to the problem from the error log copy attached to the exception:: - >>> etree.clearErrorLog() + >>> etree.clear_error_log() >>> broken_xml = ''' ... <root> ... <a> |
