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

SourceForge.net noreply at sourceforge.net
Sat Dec 6 00:28:10 EST 2003


Patches item #855195, was opened at 2003-12-06 14:28
Message generated for change (Tracker Item Submitted) made by Item Submitter
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: Nobody/Anonymous (nobody)
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