Skip to content

Commit

Permalink
Fix broken docstring, r=bustage
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelb committed Jul 28, 2014
1 parent 829c6ee commit 76a00a4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ckan/plugins/interfaces.py
Expand Up @@ -206,7 +206,9 @@ class IResourceView(Interface):
'''
def info(self):
'''Return configuration for the view. Info can return
'''
Return configuration for the view. Info can return the following.
:param name: name of view type
:param title: title of view type (Optional)
:param schema: schema to validate extra view config (Optional)
Expand Down

0 comments on commit 76a00a4

Please sign in to comment.