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 docs for string/rstrip
Type: Stage:
Components: Documentation Versions: Python 2.3
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: doko, loewis
Priority: normal Keywords: patch

Created on 2004-07-18 08:08 by doko, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
doc-string.diff doko, 2004-07-18 08:08
Messages (2)
msg46389 - (view) Author: Matthias Klose (doko) * (Python committer) Date: 2004-07-18 08:08
[forwarded from http://bugs.debian.org/260051]

In the file
/usr/share/doc/python2.3/html/lib/module-string.html in
the passage describing rstrip, it says:

'The chars parameter cannot be passed in 2.2 versions.'

It should say:

'The chars parameter cannot be passed in earlier 2.2
versions.'

This fixed sentence matches similar sentences in the
documentation for lstrip and strip and makes more sense
(since 2.2.3 is a 2.2 version itself).
msg46390 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2004-07-19 16:34
Logged In: YES 
user_id=21627

Thanks for the patch. Applied as libstring.tex 1.52.8.2 and
1.58.
History
Date User Action Args
2022-04-11 14:56:05adminsetgithub: 40590
2004-07-18 08:08:37dokocreate