summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-04-19 04:03:41 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-04-19 04:03:41 (GMT)
commit5b48fa9fa4f0848c26ba6a8d7bdaf1c4f555527c (patch)
treeb52ea5a74e03375fc2abcbc887d109e924ba3ea9 /Doc
parent0cf2cf2b7d726d12a6046441e4067d32c7dd4feb (diff)
downloadcpython-5b48fa9fa4f0848c26ba6a8d7bdaf1c4f555527c.zip
cpython-5b48fa9fa4f0848c26ba6a8d7bdaf1c4f555527c.tar.gz
cpython-5b48fa9fa4f0848c26ba6a8d7bdaf1c4f555527c.tar.bz2
Fix spelling (inital), grammar (may translates) in documentation, comments
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/2.2.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/2.2.rst b/Doc/whatsnew/2.2.rst
index 212ed04..24dd81d 100644
--- a/Doc/whatsnew/2.2.rst
+++ b/Doc/whatsnew/2.2.rst
@@ -758,7 +758,7 @@ Here are the changes 2.2 introduces:
operators.
* Python 2.2 supports some command-line arguments for testing whether code will
- works with the changed division semantics. Running python with :option:`-Q
+ work with the changed division semantics. Running python with :option:`-Q
warn <-Q>` will cause a warning to be issued whenever division is applied to two
integers. You can use this to find code that's affected by the change and fix
it. By default, Python 2.2 will simply perform classic division without a