@@ -508,7 +508,7 @@ The ``schema.py`` module contains two functions:
508508 them.
509509**init**
510510 This function is responsible for setting up the initial state of your
511- tracker. It's called exactly once - but the ``roundup-admin initialise``
511+ tracker. It's called exactly once - by the ``roundup-admin initialise``
512512 command. See the start of the section on `database content`_ for more
513513 info about how this works.
514514
@@ -1623,7 +1623,7 @@ of files in there. The *minimal* template includes:
16231623**user.register.html**
16241624 a special page just for the user class, that renders the registration
16251625 page
1626- **style.css.html **
1626+ **style.css**
16271627 a static file that is served up as-is
16281628
16291629The *classic* template has a number of additional templates.
@@ -1984,7 +1984,7 @@ Hyperdb class wrapper
19841984This is implemented by the ``roundup.cgi.templating.HTMLClass``
19851985class.
19861986
1987- This wrapper object provides access to a hyperb class. It is used
1987+ This wrapper object provides access to a hyperdb class. It is used
19881988primarily in both index view and new item views, but it's also usable
19891989anywhere else that you wish to access information about a class, or the
19901990items of a class, when you don't have a specific item of that class in
@@ -2084,7 +2084,7 @@ Hyperdb item wrapper
20842084This is implemented by the ``roundup.cgi.templating.HTMLItem``
20852085class.
20862086
2087- This wrapper object provides access to a hyperb item.
2087+ This wrapper object provides access to a hyperdb item.
20882088
20892089We allow access to properties. There will be no "id" property. The value
20902090accessed through the property will be the current value of the same name
0 commit comments