Commit c9242d61 authored by Ivan Tyagov's avatar Ivan Tyagov

Fix typo.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14908 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8cb0aa37
...@@ -172,6 +172,6 @@ class TextDocument(Document, TextContent): ...@@ -172,6 +172,6 @@ class TextDocument(Document, TextContent):
We need to manually override it because for some backwards compatibility We need to manually override it because for some backwards compatibility
instances of TextDocument as 'Web Page' doesn't use 'base_data' to store raw instances of TextDocument as 'Web Page' doesn't use 'base_data' to store raw
data information. Instead they use 'text-content' data information. Instead they use 'text-content'
This makes results and login of abstract Document class inconsistent. This makes results and logic of abstract Document class inconsistent.
""" """
return self.hasTextContent() return self.hasTextContent()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment