Skip to content

Commit

Permalink
deprecated sphinx syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonc committed Apr 14, 2012
1 parent 64f763e commit a3ecea6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions repoze/catalog/catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,11 @@ def search(self, **query):
(num, resultseq) based on the merging of results from
individual indexes.
.. note:: this method is deprecated as of
:mod:`repoze.catalog` version 0.8. Use
:meth:`repoze.catalog.Catalog.query` instead.
.. note::
this method is deprecated as of :mod:`repoze.catalog`
version 0.8. Use :meth:`repoze.catalog.Catalog.query`
instead.
"""
Expand Down

0 comments on commit a3ecea6

Please sign in to comment.