Skip to content

Commit

Permalink
Merge pull request #266 from seizethedave/master
Browse files Browse the repository at this point in the history
Fixes issue #225.
  • Loading branch information
Natim committed Jan 19, 2015
2 parents fb1efa4 + 6e747d2 commit 6b57fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/internals.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ the arguments that are registered with this definition. It doesn't look this
important, but this last argument is actually the most important one. It is a
python dict containing the filters, validators, content types etc.

There is one thing I didn't talked about yet: how we are getting the arguments
There is one thing I didn't talk about yet: how we are getting the arguments
from the service class. There is a handy `get_arguments` method, which returns
the arguments from another list of given arguments. The goal is to fallback on
instance-level arguments or class-level arguments if no arguments are provided
Expand Down

0 comments on commit 6b57fa9

Please sign in to comment.