Skip to content

Commit

Permalink
fix typo after review
Browse files Browse the repository at this point in the history
  • Loading branch information
swistakm committed Nov 9, 2016
1 parent 5912f71 commit fb67ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graceful/resources/generic.py
Expand Up @@ -188,7 +188,7 @@ class ListCreateAPI(CreateMixin, CreateBulkMixin, ListAPI):
* POST: create new resource from representation provided in request body
(handled with ``.create()`` method handler)
* PATCH: create multiple resources from list of representations provided
in request body (handled with ``.creat_bulk()`` method handler.
in request body (handled with ``.create_bulk()`` method handler.
"""

Expand Down

0 comments on commit fb67ae9

Please sign in to comment.