Merge pull request #818 from hamishcampbell/master

Very minor documentation code fix.
This commit is contained in:
Tom Christie 2013-05-10 05:13:28 -07:00
commit 6aed4381c0

View File

@ -34,7 +34,7 @@ For more complex cases you might also want to override various methods on the vi
""" """
Use smaller pagination for HTML representations. Use smaller pagination for HTML representations.
""" """
self.request.accepted_renderer.format == 'html': if self.request.accepted_renderer.format == 'html':
return 20 return 20
return 100 return 100