Merged revisions 84945 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k
........
r84945 | georg.brandl | 2010-09-21 16:48:28 +0200 (Di, 21 Sep 2010) | 1 line
#9911: doc copyedits.
........
diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst
index 2b8e92c..c977eb8 100644
--- a/Doc/library/logging.rst
+++ b/Doc/library/logging.rst
@@ -2572,7 +2572,7 @@
.. attribute:: exc_info
Exception tuple (à la `sys.exc_info`) or `None` if no exception
- information is availble.
+ information is available.
.. attribute:: func