Commit 9c75b0c7 authored by Chris McDonough's avatar Chris McDonough

Get rid of syntax error.

parent c3de6b5a
# #
# $Id: ZReST.py,v 1.8 2003/11/04 16:03:04 andreasjung Exp $ # $Id: ZReST.py,v 1.9 2003/11/04 17:27:16 chrism Exp $
# #
''' ReStructuredText Product for Zope ''' ReStructuredText Product for Zope
...@@ -262,7 +262,7 @@ class ZReST(Item, PropertyManager, Historical, Implicit, Persistent): ...@@ -262,7 +262,7 @@ class ZReST(Item, PropertyManager, Historical, Implicit, Persistent):
''' '''
return self.quotedHTML(self.source) return self.quotedHTML(self.source)
def __call__ = __str__ __call__ = __str__
def PrincipiaSearchSource(self): def PrincipiaSearchSource(self):
''' Support for searching - the document's contents are searched. ''' Support for searching - the document's contents are searched.
......
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