#30893: Django tutorial part 3 documentation minor fix
------------------------------------------+--------------------------
Reporter: HariBhandari07 | Owner: nobody
Type: Uncategorized | Status: new
Component: Documentation | Version: 2.2
Severity: Normal | Keywords: Tutorial
Triage Stage: Unreviewed | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
------------------------------------------+--------------------------
**Django documentaion section 2.4.1**
''
Each view is represented by a simple Python function (or method, in the
case of class-based views)
''
must be changed to
''
Each view is represented by a simple Python function (or method, in the
case of function-based views)
''
--
Ticket URL: <https://code.djangoproject.com/ticket/30893>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/057.5123cdb584d4a92d40d7c5296d085d6c%40djangoproject.com.