summaryrefslogtreecommitdiffstats
path: root/Doc/library/functions.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-01-05 19:44:22 (GMT)
committerGeorg Brandl <georg@python.org>2008-01-05 19:44:22 (GMT)
commitf725b9587ce8fb1f63244e69e59763cef0750658 (patch)
tree147e583f659c303a48a6e00e03d4ebc6f3776466 /Doc/library/functions.rst
parent6265833d91b53aec0d710d81ec91cee142b0e204 (diff)
downloadcpython-f725b9587ce8fb1f63244e69e59763cef0750658.zip
cpython-f725b9587ce8fb1f63244e69e59763cef0750658.tar.gz
cpython-f725b9587ce8fb1f63244e69e59763cef0750658.tar.bz2
Doc patch #1730 from Robin Stocker; minor corrections mostly to os.rst.
Diffstat (limited to 'Doc/library/functions.rst')
-rw-r--r--Doc/library/functions.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst
index 0133e5c..e153bc8 100644
--- a/Doc/library/functions.rst
+++ b/Doc/library/functions.rst
@@ -216,7 +216,7 @@ available. They are listed here in alphabetical order.
the *flags* argument is it -- the future statements in effect around the call to
compile are ignored.
- Future statements are specified by bits which can be bitwise or-ed together to
+ Future statements are specified by bits which can be bitwise ORed together to
specify multiple statements. The bitfield required to specify a given feature
can be found as the :attr:`compiler_flag` attribute on the :class:`_Feature`
instance in the :mod:`__future__` module.