Skip to content

Commit

Permalink
Fixed typo in the user guide
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Mar 7, 2018
1 parent 363f7a0 commit dfdae50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/userguide/contexts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ factory matching the given type and name. If the resource is found, it returns i
The second one, :meth:`~asphalt.core.context.Context.require_resource`, works exactly the same way
except that it raises :exc:`~asphalt.core.context.ResourceNotFound` if the resource is not found.

The third method, meth:`~asphalt.core.context.Context.request_resource`, calls
The third method, :meth:`~asphalt.core.context.Context.request_resource`, calls
:meth:`~asphalt.core.context.Context.get_resource` and if the resource is not found, it waits
indefinitely for the resource to be added to the context or its parents. When that happens, it
calls :meth:`~asphalt.core.context.Context.get_resource` again, at which point success is
Expand Down

0 comments on commit dfdae50

Please sign in to comment.