#812: Custom config names code example slightly incorrect
------------------------------------+---------------------------------------
Reporter: guest | Owner: fumanchu
Type: defect | Status: new
Priority: normal | Milestone:
Component: CherryPy documentation | Keywords:
------------------------------------+---------------------------------------
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)
--
Ticket URL: <
http://www.cherrypy.org/ticket/812>
CherryPy <
http://www.cherrypy.org>
CherryPy - a pythonic, object-oriented HTTP framework