This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: fix typos
Type: Stage:
Components: Documentation Versions: Python 2.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: rhettinger Nosy List: quiver, rhettinger
Priority: normal Keywords: patch

Created on 2003-12-06 05:28 by quiver, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
typo.diff quiver, 2003-12-06 05:28
Messages (1)
msg45032 - (view) Author: George Yoshida (quiver) (Python committer) Date: 2003-12-06 05:28
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.
History
Date User Action Args
2022-04-11 14:56:01adminsetgithub: 39672
2003-12-06 05:28:10quivercreate