"We aren't going to use this feature of Django in the tutorial."
However, as the tutorial makes use of it, would it not be better to say:
"kwargs are used in the URLconf in the 'polls' directory: name='index' "
Apologies if incorrect, I am just learning Django and going through the
tutorial for the first time.
--
Ticket URL: <https://code.djangoproject.com/ticket/30042>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* resolution: => invalid
Comment:
It's referring to the `kwargs` argument of `path()`.
--
Ticket URL: <https://code.djangoproject.com/ticket/30042#comment:1>