Menu

#98 Typos in chapter 8

open
nobody
typo (28)
5
2002-03-19
2002-03-19
Anonymous
No

There are several typos in chapter 8:

1.And it's true, DTML is really simple if you all you
want to do is simple layout, like you've seen so far.

Should be: And it's true, DTML is really simple if
all you want to do is simple layout, like you've seen
so far. [remove one 'you']
-----------------------------------------------------
2.When you click submit, the data you enter will make
the "if" evaluate to true, and this code should print
what entered in the form.

Should be: When you click submit, the data you enter
will make the "if" evaluate to true, and this code
should print what was entered in the form. [add
one 'was']
-----------------------------------------------------
3. A stack is a list of objects that can manipulated
by pushing and popping objects on to and off of the
stack.

Should be: A stack is a list of objects that can be
manipulated by pushing and popping objects on to and
off of the stack. [add one 'be']
-----------------------------------------------------
4. While the in tag is iterating over a sequence, each
item is pushed onto the namespace stack for the
duration of the contents of the in tag block.

[last 'in' should be in italics]
-----------------------------------------------------
5. The getitem function takes the name to look up as
its first argument. Now, the DTML Method will
correctly display the sum of the first three integers.

Should be: The getitem function takes the name to
look up as its first argument. Now, the DTML Method
will correctly display the squares of the first three
integers. [squares instead of sum]
-----------------------------------------------------
6. If you a python programmer and you begin using the
more complex aspects of DTML...

Should be: If you are a python programmer and you
begin using the more complex aspects of DTML...
[add 'are']
-----------------------------------------------------

Discussion


Log in to post a comment.

MongoDB Logo MongoDB