summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2009-04-06 23:11:08 (GMT)
committerRaymond Hettinger <python@rcn.com>2009-04-06 23:11:08 (GMT)
commitc1bd49a0dd6024a0f7468d2005d7d0c97e6d042d (patch)
tree315b6267f5b97e3fefa9749a258816dd80d9f4f6
parentdbd51b5d38ecee7fb2c85c20671ffff37f57ef2c (diff)
downloadcpython-c1bd49a0dd6024a0f7468d2005d7d0c97e6d042d.zip
cpython-c1bd49a0dd6024a0f7468d2005d7d0c97e6d042d.tar.gz
cpython-c1bd49a0dd6024a0f7468d2005d7d0c97e6d042d.tar.bz2
Improve the prose just a bit.
-rw-r--r--Doc/whatsnew/3.1.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.1.rst b/Doc/whatsnew/3.1.rst
index eb94761..ba0523d 100644
--- a/Doc/whatsnew/3.1.rst
+++ b/Doc/whatsnew/3.1.rst
@@ -151,7 +151,7 @@ Some smaller changes made to the core Python language are:
(Contributed by Raymond Hettinger; :issue:`1696199`.)
-* Add a new module, :mod:`tkinter.ttk` for access to the Tk themed widget set.
+* Added a new module, :mod:`tkinter.ttk` for access to the Tk themed widget set.
The basic idea of ttk is to separate, to the extent possible, the code
implementing a widget's behavior from the code implementing its appearance.
@@ -167,7 +167,7 @@ Some smaller changes made to the core Python language are:
(Contributed by Antoine Pitrou.)
-* The :mod:`decimal.Decimal` module now supports two new methods to create a
+* The :mod:`decimal.Decimal` module now supports methods to creating a
decimal object that from a binary :class:`float`. The conversion is
exact but can sometimes be surprising::