Skip to content

Commit

Permalink
Document correct import location for CatchErrors
Browse files Browse the repository at this point in the history
  • Loading branch information
rfk committed Jan 6, 2014
1 parent 0077711 commit 551f943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Let's suppose you have this service definition::
from pyramid.config import Configurator

from cornice import Service
from cornice.tests import CatchErrors
from cornice.tests.support import CatchErrors

service = Service(name="service", path="/service")

Expand Down

0 comments on commit 551f943

Please sign in to comment.