Skip to content

Commit

Permalink
Correct ListRecords DocString
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewm89 committed Sep 20, 2016
1 parent efddeef commit fc76e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invenio_oaiserver/response.py
Expand Up @@ -300,7 +300,7 @@ def listidentifiers(**kwargs):


def listrecords(**kwargs):
"""Create OAI-PMH response for verb ListIdentifiers."""
"""Create OAI-PMH response for verb ListRecords."""
record_dumper = serializer(kwargs['metadataPrefix'])

e_tree, e_listrecords = verb(**kwargs)
Expand Down

0 comments on commit fc76e95

Please sign in to comment.