Skip to content

Commit 885cb0d

Browse files
davidjbtimgraham
authored andcommitted
Fixed "lets" mistakes in docs.
1 parent 1508e71 commit 885cb0d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/intro/tutorial01.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,8 @@ app will still work.
313313
You should always use ``include()`` when you include other URL patterns.
314314
``admin.site.urls`` is the only exception to this.
315315

316-
You have now wired an ``index`` view into the URLconf. Lets verify it's
317-
working, run the following command:
316+
You have now wired an ``index`` view into the URLconf. Verify it's working with
317+
the following command:
318318

319319
.. console::
320320

docs/topics/forms/formsets.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ Using more than one formset in a view
687687
You are able to use more than one formset in a view if you like. Formsets
688688
borrow much of its behavior from forms. With that said you are able to use
689689
``prefix`` to prefix formset form field names with a given value to allow
690-
more than one formset to be sent to a view without name clashing. Lets take
690+
more than one formset to be sent to a view without name clashing. Let's take
691691
a look at how this might be accomplished::
692692

693693
from django.forms import formset_factory

0 commit comments

Comments
 (0)