Opened 11 years ago

Closed 11 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:2 by Claude Paroz <claude@…>, 11 years ago

Resolution: fixed
Status: newclosed

In 5b4805ae2bbc14b159e3bfd84e78eb9189ffa6eb:

Merge pull request #686 from skrr/ticket_19703

Fixed #19703 -- Typo in get_declared_fields docstring

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