Opened 16 years ago

Closed 16 years ago

Last modified 13 years ago

#7962 closed (fixed)

Syntax error in testing documentation

Reported by: cgod Owned by: nobody
Component: Documentation Version: dev
Severity: Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Colon missing at end of example for unittest.TestCase:

class MyFuncTestCase(unittest.TestCase)

Attachments (1)

testing.txt.diff (463 bytes ) - added by cgod 16 years ago.

Download all attachments as: .zip

Change History (4)

by cgod, 16 years ago

Attachment: testing.txt.diff added

comment:1 by Jeff Anderson, 16 years ago

Component: UncategorizedDocumentation
milestone: 1.0
Triage Stage: UnreviewedReady for checkin

comment:2 by Russell Keith-Magee, 16 years ago

Resolution: fixed
Status: newclosed

(In [8078]) Fixed #7962 -- Corrected typo in testing docs. Thanks to cgod for the report.

comment:3 by Jacob, 13 years ago

milestone: 1.0

Milestone 1.0 deleted

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