Opened 12 years ago
Closed 12 years ago
#19703 closed Cleanup/optimization (fixed)
Minor typo in docstring (forms/forms.py)
Reported by: | SimonKerr | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
in forms/forms.py
The docstring for get_declared_fields() has two minor typos:
l.35 'metclasses' should read metaclasses,
l.40 no final point.
This is my first contribution, to get my feet wet with the whole trac/github workflow.
Change History (2)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
pull request at
https://github.com/django/django/pull/686