diff options
author | Brian Curtin <brian@python.org> | 2012-10-01 14:29:36 (GMT) |
---|---|---|
committer | Brian Curtin <brian@python.org> | 2012-10-01 14:29:36 (GMT) |
commit | f41d2025551b8d039d8d050cf7b38bcfa30d9b30 (patch) | |
tree | 6fd2f873c1270de7c87c75999a32f4b6e8d5500c /Doc/whatsnew | |
parent | 00160661a5a9f50b4c022ca1beda2538642ee70f (diff) | |
download | cpython-f41d2025551b8d039d8d050cf7b38bcfa30d9b30.zip cpython-f41d2025551b8d039d8d050cf7b38bcfa30d9b30.tar.gz cpython-f41d2025551b8d039d8d050cf7b38bcfa30d9b30.tar.bz2 |
Correcting my name since people keep bringing it up
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.3.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index a1815fc..ee4fde4 100644 --- a/Doc/whatsnew/3.3.rst +++ b/Doc/whatsnew/3.3.rst @@ -313,7 +313,7 @@ Python version when a more recent version is installed). In addition to the launcher, the Windows installer now includes an option to add the newly installed Python to the system PATH (contributed -by Brian Curtain in :issue:`3561`). +by Brian Curtin in :issue:`3561`). .. seealso:: |