Changeset 414

Show
Ignore:
Timestamp:
02/02/2010 03:57:33 PM (7 months ago)
Author:
matt
Message:

Fixed docstring problem.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • projects/whoosh/trunk/src/whoosh/searching.py

    r409 r414  
    559559class ResultsPage(object): 
    560560    """Represents a single page out of a longer list of results, as returned 
    561     by :method:`whoosh.searching.Searcher.search_page`. Supports a subset of 
     561    by :func:`whoosh.searching.Searcher.search_page`. Supports a subset of 
    562562    the interface of the :class:`~whoosh.searching.Results` object, namely 
    563563    getting stored fields with __getitem__ (square brackets), iterating, and