summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-05-11 14:17:13 (GMT)
committerGeorg Brandl <georg@python.org>2008-05-11 14:17:13 (GMT)
commit9020ff88e6cbc024c089944aa8d64a1bb8d9f9c4 (patch)
tree89b49102551a6c6d23709cbf4ea90f5bc22c471f /Misc
parent98353941eab1922b1df1ebb1f85c9896e1716c75 (diff)
downloadcpython-9020ff88e6cbc024c089944aa8d64a1bb8d9f9c4.zip
cpython-9020ff88e6cbc024c089944aa8d64a1bb8d9f9c4.tar.gz
cpython-9020ff88e6cbc024c089944aa8d64a1bb8d9f9c4.tar.bz2
Add some sentence endings.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 25a21bd..4fd972a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -68,7 +68,7 @@ Library
- os.path.walk is deprecated in favor of os.walk.
-- pdb gained the "until" command
+- pdb gained the "until" command.
Build
-----