[issue6332] typo on man page warning control

2009-06-23 Thread Georg Brandl
Georg Brandl added the comment: Thanks, applied in r73544. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___

[issue6332] typo on man page warning control

2009-06-23 Thread Lie Ryan
Lie Ryan added the comment: Bored, I grepped the trunk for a few more stuffs that has similar consecutive duplicate typos. The dup.diff patch corrects these typos. Not opening a new issue since all of them are minor. -- Added file: http://bugs.python.org/file14350/dup.diff ___

[issue6332] typo on man page warning control

2009-06-23 Thread Lie Ryan
New submission from Lie Ryan : A minor typo on the man page > -W argument > ... > such as inside a loop); module to print each warning *only only* > ... -- assignee: georg.brandl components: Documentation files: onlyonly.diff keywords: patch messages: 89645 nosy: georg.brandl, lieryan s