encode / django-vanilla-views

Beautifully simple class-based views.
http://django-vanilla-views.org/
BSD 2-Clause "Simplified" License
985 stars 74 forks source link

Models - ListView documentation improvement #18

Closed jurecuhalev closed 10 years ago

jurecuhalev commented 10 years ago

ListView documentation states:

A page representing a list of objects. Optionally this may be present a paginated view onto the list.

I think second sentence should read:

A page representing a list of objects. Optionally this may be present when a paginated view is made into a list.

but I'm not sure. I'm not a native speaker, so maybe it's fine already but I couldn't fully understand it.

tomchristie commented 10 years ago

Thanks, yeah that's a typo. Should make more sense now.

jurecuhalev commented 10 years ago

It does, thanks! :)