Skip to content
This repository has been archived by the owner on Oct 28, 2019. It is now read-only.

Commit

Permalink
Fixes path for UserFacingTask in the viewsets docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dkliban committed Nov 29, 2016
1 parent c48a517 commit 263e156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributing/platform_api/app/viewsets.rst
Expand Up @@ -3,7 +3,7 @@ pulp.app.viewsets

All viewsets documented here should be imported directly from the ``pulp.app.viewsets`` namespace.

Viewsets that dispatch tasks that are descendants of :class:`~pulp.tasking.base.UserFacingTask`
Viewsets that dispatch tasks that are descendants of :class:`~pulp.tasking.tasks.UserFacingTask`
should return an :class:`~pulp.app.response.OperationPostponedResponse`.

.. automodule:: pulp.app.viewsets
Expand Down

0 comments on commit 263e156

Please sign in to comment.