summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/2.4.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-12-24 09:04:36 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-12-24 09:04:36 (GMT)
commitf47036c1309536c048890c265605b06daf7bdc9c (patch)
treee6df0e6a342b66183d5924c97667c14c42cb2ff7 /Doc/whatsnew/2.4.rst
parent55c6cc408c56f586c4826c1d9639a5f4635c021c (diff)
downloadcpython-f47036c1309536c048890c265605b06daf7bdc9c.zip
cpython-f47036c1309536c048890c265605b06daf7bdc9c.tar.gz
cpython-f47036c1309536c048890c265605b06daf7bdc9c.tar.bz2
Removed spaces before colons and semicolons.
Diffstat (limited to 'Doc/whatsnew/2.4.rst')
-rw-r--r--Doc/whatsnew/2.4.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/2.4.rst b/Doc/whatsnew/2.4.rst
index 5a28f89..5973f3b 100644
--- a/Doc/whatsnew/2.4.rst
+++ b/Doc/whatsnew/2.4.rst
@@ -846,7 +846,7 @@ Here are all of the changes that Python 2.4 makes to the core Python language.
['A', 'b', 'c', 'D']
Finally, the *reverse* parameter takes a Boolean value. If the value is true,
- the list will be sorted into reverse order. Instead of ``L.sort() ;
+ the list will be sorted into reverse order. Instead of ``L.sort();
L.reverse()``, you can now write ``L.sort(reverse=True)``.
The results of sorting are now guaranteed to be stable. This means that two