summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2008-06-24 02:41:08 (GMT)
committerBenjamin Peterson <benjamin@python.org>2008-06-24 02:41:08 (GMT)
commit2b917c93bcd50274797a8a1cfd9b3c90b75710d7 (patch)
tree46c254a55f6c7056c49f008413b6699581c10795 /Doc
parent65fe47b9319e20cebf02d34f8abdbcda96d2fa22 (diff)
downloadcpython-2b917c93bcd50274797a8a1cfd9b3c90b75710d7.zip
cpython-2b917c93bcd50274797a8a1cfd9b3c90b75710d7.tar.gz
cpython-2b917c93bcd50274797a8a1cfd9b3c90b75710d7.tar.bz2
minor fix
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/2.6.rst2
1 files changed, 1 insertions, 1 deletions
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 @@ XXX write this.
.. 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.