[issue26593] silly typo in logging cookbook

2016-03-20 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the patch, Andrew. -- nosy: +berker.peksag resolution: -> fixed stage: -> resolved status: open -> closed versions: -Python 2.7, Python 3.2, Python 3.3, Python 3.4 ___ Python tracker

[issue26593] silly typo in logging cookbook

2016-03-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8d41ce2cde18 by Berker Peksag in branch '3.5': Issue #26593: Fix typo in logging HOWTO https://hg.python.org/cpython/rev/8d41ce2cde18 New changeset 8b85df50d906 by Berker Peksag in branch 'default': Issue #26593: Fix typo in logging HOWTO https://hg

[issue26593] silly typo in logging cookbook

2016-03-20 Thread Andrew Szeto
New submission from Andrew Szeto: In all versions of https://docs.python.org/3/howto/logging-cookbook.html, there is a very silly typo. It bothered me, and I wanted to get a taste of the patching workflow for contribution to Python, so I figured I'd write a patch. -- assignee: docs@pyt