Hi, I found a little error in http://turbogears.org/2.0/docs/main/Config.html
reading the source it seems there is a set of \\ I'm not really versed in rest so I'm not sure what it is supposed to accomplish. if this fix is right let me know so I'll commit it. Index: Config.rst =================================================================== --- Config.rst (revision 5453) +++ Config.rst (working copy) @@ -84,7 +84,7 @@ A turbogears quickstarted project will contain a couple of .ini files which are used to define what WSGI app ought to be run, and to store end-user created configuration values, which is just another way of saying that the -.ini files should contain \deployment specific\ options. +.ini files should contain deployment specific options. By default TurboGears provides a development.ini, test.ini, and production.ini files. These are standard ini file formats. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Docs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears-docs?hl=en -~----------~----~----~----~------~----~------~--~---
