[Patches] [ python-Patches-855195 ] fix typos

SourceForge.net noreply at sourceforge.net
Sun Dec 7 07:05:53 EST 2003


Patches item #855195, was opened at 2003-12-06 00:28
Message generated for change (Settings changed) made by rhettinger
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=855195&group_id=5470

Category: Documentation
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: George Yoshida (quiver)
>Assigned to: Raymond Hettinger (rhettinger)
Summary: fix typos

Initial Comment:
This patch is to fix document typos.
Some typos are in the sample codes.

* libbsddb.tex
  >>> 8 in db
  True

  s/8/'8'

* libfcntl.tex
  >>> import array, fnctl, struct, termios, os

  s/fnctl/fcntl
  'fnctl' can also be found in lib/test_libfcntl.py.

* libcurses.tex
  Echoing of input characters is turned off,

  s/,/.
  The sentence should end with a period, not a comma.

* libitertools.tex
  There's no mention of what the default value of 
itertools.count() is, although it is apparent from the 
Python equivalent code.
  So I added it.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=855195&group_id=5470



More information about the Patches mailing list