Skip to content

Commit

Permalink
Merge pull request #497 from ColinChartier/master
Browse files Browse the repository at this point in the history
Fix a typo in resource.py's docstring.
  • Loading branch information
leplatrem committed Oct 30, 2018
2 parents 372715a + b7f3424 commit b897e07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cornice/resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def resource(depth=2, **kw):
(collection_path), if any.
:param depth:
Witch frame should be looked in default 2.
Which frame should be looked in default 2.
:param kw:
Keyword arguments configuring the resource.
Expand All @@ -44,7 +44,7 @@ def add_resource(klass, depth=1, **kw):
The class (resource) on which to register the service.
:param depth:
Witch frame should be looked in default 2.
Which frame should be looked in default 2.
:param kw:
Keyword arguments configuring the resource.
Expand Down

0 comments on commit b897e07

Please sign in to comment.