Skip to content

Commit 62f1501

Browse files
Bernhard ReiterBernhard Reiter
authored andcommitted
Some minor typos fixed in doc/customizing.txt (Thanks Ralf Hemmecke).
1 parent c6d548b commit 62f1501

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGES.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ This file contains the changes to the Roundup system over time. The entries
22
are given with the most recent entry first. If no other name is given,
33
Richard Jones did the change.
44

5+
20X0-XX-XX
6+
7+
Fixed:
8+
- Some minor typos fixed in doc/customizing.txt (Thanks Ralf Hemmecke).
9+
510
2010-10-08 1.4.16 (r4541)
611

712
Features:

doc/customizing.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

16291629
The *classic* template has a number of additional templates.
@@ -1984,7 +1984,7 @@ Hyperdb class wrapper
19841984
This is implemented by the ``roundup.cgi.templating.HTMLClass``
19851985
class.
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
19881988
primarily in both index view and new item views, but it's also usable
19891989
anywhere else that you wish to access information about a class, or the
19901990
items of a class, when you don't have a specific item of that class in
@@ -2084,7 +2084,7 @@ Hyperdb item wrapper
20842084
This is implemented by the ``roundup.cgi.templating.HTMLItem``
20852085
class.
20862086

2087-
This wrapper object provides access to a hyperb item.
2087+
This wrapper object provides access to a hyperdb item.
20882088

20892089
We allow access to properties. There will be no "id" property. The value
20902090
accessed through the property will be the current value of the same name

0 commit comments

Comments
 (0)