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

Commit

Permalink
typo in generate_resource docstring: Instance of Instance of
Browse files Browse the repository at this point in the history
  • Loading branch information
vaz committed Sep 26, 2015
1 parent 3213934 commit 0ef1fad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ramses/generators.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ def generate_resource(config, raml_resource, parent_resource):
/stories -> /stories/mystories/{id}. Latter route will be generated
at /stories/{id}.
:param raml_resource: Instance of Instance of
ramlfications.raml.ResourceNode.
:param raml_resource: Instance of ramlfications.raml.ResourceNode.
:param parent_resource: Parent nefertari resource object.
"""
from .models import get_existing_model
Expand Down

0 comments on commit 0ef1fad

Please sign in to comment.