twoscoops / two-scoops-of-django-1.6

Tracking thoughts and feature requests for Two Scoops of Django 1.6
51 stars 7 forks source link

Page 41, 99: grammatical #91

Closed patpatpatpatpat closed 9 years ago

patpatpatpatpat commented 9 years ago
Page 41

First sentence under 5.2.2 Multiple Development Settings is:

Sometime we're working on a large project ... (Sometime with no s)

I believe it should be

Sometimes we're working on a large project ... (Sometime with s)


Page 99

Second sentence in the page:

.. a Django view is just a callable that accept a request object and returns...

should be

.. a Django view is just a callable that accepts a request object and returns...

pydanny commented 9 years ago

:ship: