Ticket #812 (defect)
Opened 4 days ago
Last modified 4 days ago
Custom config names code example slightly incorrect
Status: closed (fixed)
| Reported by: | guest | Assigned to: | fumanchu |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | CherryPy documentation | Keywords: | |
| Cc: |
Documentation mistake on http://www.cherrypy.org/wiki/WhatsNewIn30 and http://www.cherrypy.org/wiki/ConfigAPI
in Custom config namespaces section example code:
is: orm.connect(connstring) should be: orm.connect(v)
Change History
05/07/08 18:42:51: Modified by fumanchu
- status changed from new to closed.
- resolution set to fixed.

