summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-11-14 17:18:15 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-11-14 17:18:15 (GMT)
commitbfc972974ba24f2849c8ab6367cdd4f2e3cad225 (patch)
treebe36ccd2a1ff1367b55aac5a94c3f3cbe1e821ca /Doc/whatsnew
parent84ed8f70756baf47a38cc5412ffa36146cdf0e2b (diff)
downloadcpython-bfc972974ba24f2849c8ab6367cdd4f2e3cad225.zip
cpython-bfc972974ba24f2849c8ab6367cdd4f2e3cad225.tar.gz
cpython-bfc972974ba24f2849c8ab6367cdd4f2e3cad225.tar.bz2
Fix a few typos
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.3.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst
index 7f4517f..7e877fc 100644
--- a/Doc/whatsnew/3.3.rst
+++ b/Doc/whatsnew/3.3.rst
@@ -596,7 +596,7 @@ Other issues
paths. In previous versions, it did. See changeset for doc changes in
various files. Contributed by Carl Meyer with editions by Éric Araujo.
-.. Issue #10998: -Q command-line flags are related artifacts have been
+.. Issue #10998: the -Q command-line flag and related artifacts have been
removed. Code checking sys.flags.division_warning will need updating.
Contributed by Éric Araujo.