docs: fix Changelog bug link

This commit is contained in:
David Wilson 2018-12-10 02:29:53 +00:00
parent 300cb41e2e
commit 863e1aedd6
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ Core Library
execution of its :keyword:`finally` block was delayed on Python 3. Now
callers explicitly close the generator when finished.
* `#421 <https://github.com/dw/mitogen/issues/421>`_: the fork method could
* `#422 <https://github.com/dw/mitogen/issues/422>`_: the fork method could
fail to start if :data:`sys.stdout` was opened in block buffered mode, and
buffered data was pending in the parent prior to fork.