Commit d5004255 authored by Jeremy Hylton's avatar Jeremy Hylton

Reflow long line.

parent 22c494a0
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
"""Text Index """Text Index
""" """
__version__ = '$Revision: 1.31 $'[11:-2] __version__ = '$Revision: 1.32 $'[11:-2]
import re import re
...@@ -83,7 +83,8 @@ class TextIndex(Persistent, Implicit, SimpleItem): ...@@ -83,7 +83,8 @@ class TextIndex(Persistent, Implicit, SimpleItem):
query_options = ["query","operator"] query_options = ["query","operator"]
def __init__(self, id, ignore_ex=None, call_methods=None, lexicon=None,caller=None,extra=None): def __init__(self, id, ignore_ex=None, call_methods=None, lexicon=None,
caller=None, extra=None):
"""Create an index """Create an index
The arguments are: The arguments are:
......
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