commit | 2b917c93bcd50274797a8a1cfd9b3c90b75710d7 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Tue Jun 24 02:41:08 2008 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Tue Jun 24 02:41:08 2008 +0000 |
tree | 46c254a55f6c7056c49f008413b6699581c10795 | |
parent | 65fe47b9319e20cebf02d34f8abdbcda96d2fa22 [diff] |
minor fix
diff --git a/Doc/whatsnew/2.6.rst b/Doc/whatsnew/2.6.rst index 725da97..6f1f157 100644 --- a/Doc/whatsnew/2.6.rst +++ b/Doc/whatsnew/2.6.rst
@@ -530,7 +530,7 @@ .. seealso:: - :pep:`371` - Per-user ``site-packages`` Directory + :pep:`371` - Addition of the multiprocessing package PEP written by Jesse Noller and Richard Oudkerk; implemented by Richard Oudkerk and Jesse Noller.