Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#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
Pull Requests:14003 merged

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 David Smith, 4 years ago

Keywords: typo removed
Owner: changed from nobody to David Smith
Status: newassigned
Triage Stage: UnreviewedAccepted

comment:2 by David Smith, 4 years ago

Has patch: set

comment:3 by GitHub <noreply@…>, 4 years ago

Resolution: fixed
Status: assignedclosed

In e412b28:

Fixed #32438 -- Fixed typo in docs/topics/testing/tools.txt.

comment:4 by Mariusz Felisiak <felisiak.mariusz@…>, 4 years ago

In bfc429d9:

[3.2.x] Fixed #32438 -- Fixed typo in docs/topics/testing/tools.txt.

Backport of e412b288455dd3ea6f1d65c8ec5d01751e489976 from master

comment:5 by Mariusz Felisiak <felisiak.mariusz@…>, 4 years ago

In 921ffcb:

[3.1.x] Fixed #32438 -- Fixed typo in docs/topics/testing/tools.txt.

Backport of e412b288455dd3ea6f1d65c8ec5d01751e489976 from master

Note: See TracTickets for help on using tickets.
Back to Top