#32438 closed Cleanup/optimization (fixed)
Typo in "Testing tools" Documentation
Reported by: | Mark Grassi | Owned by: | David Smith |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
The documentation for the django.test.Client class in the "Testing tools" documentation incorrectly refers to keyword arguments as "keywords arguments" twice.
It can be found on the Django website here: https://docs.djangoproject.com/en/3.1/topics/testing/tools/#django.test.Client
It can be found in the master branch here: https://github.com/django/django/blob/master/docs/topics/testing/tools.txt#L112
Change History (5)
comment:1 by , 4 years ago
Keywords: | typo removed |
---|---|
Owner: | changed from | to
Status: | new → assigned |
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 4 years ago
Has patch: | set |
---|
Note:
See TracTickets
for help on using tickets.
PR